Using Pen Up and Pen Down
If you want to move the turtle without drawing a line, use the command
penup
. This makes the turtle lift the pen, so it won’t draw as it moves. When you want to draw again, type
pendown
to lower the pen.
Page 4 of 10