Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Create a Rectangle object
Python Code Challenge
136 -
Create a class "Rectangle" with properties for width and height. Create methods for calculating the perimeter and area, and a method to change the width and height.
Python
Object Oriented Programming