Creating a Rectangle class [closed]
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 5 years ago . I really don't understand classes very much and any help would be great. Rectangle class should have the following private data attributes: __length __width The Rectangle class should have an __init__ method that creates these attributes and initializes them to 1. It should also have the following