【发布时间】:2021-09-23 13:31:11
【问题描述】:
#Need to figure out turtle's location.
#Need to know it's x/z location in a variable and it's y co-ordinate in another variable seperatley to the x/z co-ordinate
我需要类似的东西 龟X = ... TurtleY = ...
所以我可以在我的游戏中使用这些。
【问题讨论】:
-
不要发布代码图片。代码应作为格式化文本(即代码块)发布到问题本身中。阅读minimal reproducible example 了解需要包含的内容。
标签: python turtle-graphics python-turtle