Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Create a Circle object
Python Code Challenge
135 -
Create a class "Circle" with properties for radius and colour. Create methods for calculating the circumference and area, and a method to change the color of the circle.
Python
Object Oriented Programming