Python, move turtle to relative coordinates

Python, move turtle to relative coordinates

回答1

Simply get current position, change it and move to it

turtle.goto( turtle.pos() + (15,-15) )

 

posted @ 2022-09-17 15:51  ChuckLu  阅读(21)  评论(0)    收藏  举报