Use python idle 3.6 please Create a class called Rectangle to represent a rectangle. The class should contain: · Two fields named width and height. · A constructor that creates a rectangle with the specified width and height. The Read More …
Use python idle 3.6 please Create a class called Rectangle to represent a rectangle. The class should contain: · Two fields named width and height. · A constructor that creates a rectangle with the specified width and height. The Read More …