Python
from turtle import * speed(0) while True: circle(100) left(1)