Custom Search

PYTHON: Turtle position

When you set up the screen and put the turtle on it, it is automatically placed in the centre of the screen.

This is position (0,0)

You can move the cursor to another position with the command:

turtlename.goto(x,y)

The cursor moves to the address via the shortest route.