1. Which command moves the turtle forward by 100 units?
2. To turn the turtle 90 degrees to the right, you use turtle.right(90).
3. What command would you use to lift the turtle's pen up so it doesn't draw?
4. Which command changes the turtle's shape to a 'turtle'?