文件
打开
另存为
import turtle t = turtle.Turtle() t.forward(100) print ("Hello World")
运行
清除