Are you sure?
Do you want to delete “Example 1, Lesson 2” permanently? You will not be able to undo this action.
C=Circle(color=['red','orange'])
with animation(duration=2):
C.color=['yellow','green']
with animation(duration=2):
C.color=['blue','purple']
with animation(duration=2):
C.color=['red','orange']