当我在上点击运行时,T 说第 2/3 行没有属性(取决于行的空间)


import turtle
aye_turtle = turtle.turtle()
aye_turtle.forward(100)
aye_turtle.right(90)

我已经在 repl.it 上尝试了很多时间,但从未成功

import turtle
#the first letter of the Turtle object is uppercase
aye_turtle = turtle.Turtle()
aye_turtle.forward(100)
aye_turtle.right(90)

最新更新