Are you sure?
Do you want to delete “Rainbow by Daddy” permanently? You will not be able to undo this action.
colors = ["red", "orange", "yellow", "green", "blue", "indigo", 'violet' ] stripeWidth = 10 for i in range(0,len(colors)): Rectangle(color=colors[i], height = stripeWidth, y = stripeWidth * (i + .5))