Solution Exercise 41 - Rectangle class and inherited child Parallelepipede class
Exercise 41 Write a Rectangle class in Python language, allowing you to build a rectangle with length and width attributes. Create a Perimeter() method to calculate the perimeter of the…