Are you sure?
Do you want to delete “Adam's First Project” permanently? You will not be able to undo this action.
my_rectangle = Rectangle (color = ['black', 'blue', 'red', 'yellow', 'green'])
my_circle = Circle(color = ['blue', 'purple', 'red', 'yellow', 'green'] , width=110 , height=100)
with animation(duration=5):
my_circle.color = 'green', 'yellow', 'red', 'purple', 'blue', 'black'