from kandinsky import * noir = color(0,0,0) for k in range(20): fill_rect(10*k, 200-int(10*v(k)), 3, 3, noir)