Exercise 1: Make a Rectangle Class
Implement a small class representing the rectangle shape.
Problem statement
Write a Rectangle
class with height
and width
attributes ...
Implement a small class representing the rectangle shape.
Write a Rectangle
class with height
and width
attributes ...