Session 2, #1: Plotting Coordinates


Click the (or ► Run) button below and answer the challenge questions.

The useful Turtle command, stamp(), stamps a mark where the turtle is currently standing. We can combine it with the goto() command which moves a turtle to a specified set of coordinates.

Challenge Questions:
Which command moves the turtle on the screen?
Which commands marks the screen with a turtle stamp?
Move the turtle to (50,50) and stamp a turtle shape.