Activity 17.7.1.
Run the code to see what it draws.
shape procedure. In the program below we set it to look more like a turtle.
stamp procedure. Stamping works even when the pen is up. You can ask the turtle to pick up the pen using the up procedure as shown below. When the pen is up the turtle will not draw a line when it moves.
range(5,60,2) result. This shows you the distances used to move the turtle forward each time through the for loop.
stamp. But the program still only has one turtle instance — can you figure out which one is the real tess? (Hint: if you’re not sure, write a new line of code after the for loop to change tess’ color, or to put her pen down and draw a line, or to change her shape, etc.)

