turtle中如何獲取當前鼠標當前位置、尋找座標方法

獲取位置的方法POS 代碼以下: import turtle print(turtle.pos()) turtle.color('red','blue') turtle.begin_fill() turtle.bk(200) print(turtle.pos()) turtle.left(90) turtle.fd(200) turtle.pos() print(turtle.pos()) tur
相關文章
相關標籤/搜索