Are you sure?
Do you want to delete “For Loop Example 2” permanently? You will not be able to undo this action.
from icons import Heart heart = Heart(width=60, height=60, color='violet') colors = ['red', 'orange'] for c in colors: with animation(duration=2): heart.color = c