Python
from turtle import * speed(0) while True: forward(100) goto(0,0) clear() right(1)