Turtle Graphics Do It
View Published
for (var i = 0; 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); }
Speed:
fast
normal
slow
Run (alt+r)
Publish