Are you sure?
Do you want to delete “Box of colors” permanently? You will not be able to undo this action.
Lucy = Rectangle(color=['magenta', 'indigo', 'blue']) with animation(duration=5): Lucy.color = 'blue', 'indigo', 'purple' with animation(duration=5): Lucy.color = 'gold','aqua', 'crimson', 'deeppink' with animation(duration=5): Lucy.color = 'deeppink', 'crimson', 'aqua', 'gold' with animation(duration=5): Lucy.color = 'gold' with animation(duration=5): Lucy.color = 'aqua' with animation(duration=5): Lucy.color = 'crimson' with animation(duration=5): Lucy.color = 'deeppink' with animation(duration=5): Lucy.color = 'firebrick' hello = Text("The End")