Solution Review: Implement a Rectangle Class
This lesson covers the Python code to create a simple class with a constructor and attributes.
We'll cover the following...
Solution:
The solution to the exercise in the previous lesson was very simple. It just had a constructor with four attributes ...