Get position of Turtle In Python

User9123 picture User9123 · Jul 14, 2017 · Viewed 17.8k times · Source

How can I find the coordinate of a turtle in python?

For example, if the turtle is located at (200, 300), how would I retrieve that position?

Answer

Michael picture Michael · Feb 5, 2018

As shown in the python documentation turtle.pos() is the best solution