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.