size(500, 500)
for x, y in grid (10, 10, 50, 50):
scale(y/300.)
fill()
oval(10+x, 10+y, 20, 20)
reset()
print y/300.
Vignelli theme by Robbie Manson