Published

graphic
for (var i=1; i<=360; i++) {
    turtle.move(10);
    turtle.turn(1+i);
}