Published

graphic
for(var i=1; i<= 36; i++){
    turtle.move(100);
    turtle.turn(90);
    turtle.move(100);
    turtle.turn(90);
    turtle.move(100);
    turtle.turn(90);
    turtle.move(100);

    turtle.turn(100);
}