有人知道为什么这段代码不起作用吗?
import turtle test = turtle.Turtle() test.color("orange") test.pensize(5) test.shape("turtle") test.forward(100)
我使用 python 3.8
python attributes turtle-graphics
attributes ×1
python ×1
turtle-graphics ×1