Published

graphic
for(var i=1; i<=2000; i++)
{
    turtle.move(-3);
    turtle.turn(i - 3.14 * 5)
}

//iñ