Python
t.speed(0) for n in range (20): for i in range(4): t.circle(50,180) t.left(90) t.left(20)