# Homework 27, problem 3: Rectangle class. # # Build a Rectangle class with: # Rectangle(w, h) # area() # perimeter() # # Test with two rectangles of different sizes. # # Run with: python exercises/27/homework/03-rectangle.py # Your code goes here: