Challenge 3: Implement Area and Perimeter Member Methods
Solve an exercise to practice your Python classes, especially the member methods inside a class.
We'll cover the following...
Problem Statement
Implement the area()
and perimeter()
methods to return the area and perimeter of the rectangle respectively, where
...