import turtle #引进海龟,你可以开始使用它
myColor=["red","green","brown"]
index =0
for x in range(250):
turtle.pencolor(myColor[index])
index +=1
if index == 3:
index = 0
turtle.forward(x*2)
turtle.left(92)
已有 22658 名学员学习以下课程通过考试
最需教育客户端 软件问题一手掌握
去 App Store 免费下载 iOS 客户端
点击加载更多评论>>