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))

Rainbow by Daddy

by xxthe_drama_llamaxx

Created 7 years, 10 months ago.