Turtle Graphics Do It
View Published
turtle.penUp(); turtle.turn(-55); turtle.move(180); turtle.turn(90); turtle.penDown(); turtle.turn(45); turtle.move(90); turtle.turn(100); turtle.move(120); turtle.penUp(); turtle.turn(160); turtle.move(140); turtle.turn(220); turtle.penDown(); turtle.move(140); turtle.penUp(); turtle.turn(225); turtle.move(300); turtle.turn(130); turtle.penDown(); turtle.move(100); turtle.turn(30); turtle.move(70); turtle.penUp(); turtle.turn(145); turtle.move(140); turtle.turn(135); turtle.penDown(); turtle.move(120);
Speed:
fast
normal
slow
Run (alt+r)
Publish