英文: How can I solve the AttributeError: 'Snake' object has no attribute 'distance' 问...
When I run my code I get a weird output (listed in question). What do I do?
英文: When I run my code I get a weird output (listed in question). What do I do? 问题 以下是翻译好的代码部分: from...
乌龟在多次移动后崩溃
英文: Turtle crashing after many moves 问题 I'm messing around with recursion and decided to turtle. I'm...
汽车制造商和抛光制造商被误认为是乌龟的属性。
英文: carmaker and buffmaker mistaken as Turtle's attrubute 问题 player.py: from turtle import Turtl...
“turtle.Terminator” 出现在使用 turtle 时发生的错误。
英文: The error "turtle.Terminator" occurs when using turtle 问题 I have created a function wh...
在Python turtle中绘制美国国旗。
英文: Drawing a USA flag in Python turtle 问题 因为我使用翻译器,英语可能不自然。 我做了一段代码来绘制美国国旗,但遇到了问题。 我完成了一行星星,但不知道如何在...
你能在Python turtle中清除特定的字母吗
英文: Can I clear a specific letter in Python turtle 问题 我正在使用Python turtle来在屏幕上绘制字母,我希望能够清除特定的字母。 我知道我...
Turtle Collision
英文: Turtle Colision 问题 我正在使用turtle模块制作一个游戏,并想要检测原始对象和克隆对象之间的碰撞。我尝试保存克隆对象的位置,然后检查原始对象是否具有相同的位置,但乌龟只有在...
改变乌龟图形的颜色按键按下时。
英文: Changing colors on turtle graphics on key press 问题 我在使用turtle编写代码时遇到了更改颜色的问题,使用colorsys库的hsv_to_...
The iterating polygons increasing by length of 10 px eachtime don't center perfectly with its inner polygon. What could the maths after line 11 be?
英文: The iterating polygons increasing by length of 10 px eachtime don't center perfectly with it...