turtle.Turtle.home

Turtle.home()

Move turtle to the origin - coordinates (0,0).

No arguments.

Move turtle to the origin - coordinates (0,0) and set its heading to its start-orientation (which depends on mode).

Example (for a Turtle instance named turtle): >>> turtle.home()