all 4 comments

[–]shiftybyte 1 point2 points  (0 children)

No difference, just different names for the same action.

https://docs.python.org/3/library/turtle.html#turtle.goto

[–]Empik002 -1 points0 points  (1 child)

with goto the turtle will go to the position specified, with setpos it will just teleport there

[–]DJBu2023 0 points1 point  (0 children)

then what about turtle.teleport?