标签: python turtle-graphics
答案 0 :(得分:1)
有一个内置的乌龟功能可以找到当前位置。
>>>turtle.pos() (440.00,-0.00)
它将作为Vec2D向量返回当前位置(x,y)。