Are you sure?
Do you want to delete “Challenge Gay Pride flag” permanently? You will not be able to undo this action.
colors = ["purple", "blue", "green", "yellow", "orange", "red"] y=92.5 for i in range(len(colors)): Rectangle(y=y, width=100, height=15,color=colors[i]) y=y-15