colors = ['green', 'white', 'red']
w=33.5
for i in range(0,len(colors)):
    Rectangle(color=colors[i], width=w, x = w * (i + 1/2))

Italian Flag

by xxthe_drama_llamaxx

Created 7 years, 10 months ago.