Welcome to the Shape Calculator Programs repository! This project contains three Python programs designed to help you calculate the perimeter, area, and circumference of different geometric shapes ...
In this project, you will use object-oriented programming to create a Rectangle class and a Square class. The Square class should be a subclass of Rectangle and inherit its methods and attributes.