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