Chapter 2: Problem 33
How would you move the turtle to a new location without drawing a line?
Short Answer
Expert verified
Answer: To move a turtle to a new location without drawing a line, you can use the PenUp() method to lift the pen, the goto() method to move the turtle, and the PenDown() method to lower the pen if you want to start drawing lines afterward.