用户:
东部兔仔-德邦查看:3 回复:1 评论:3 创建时间:2022-06-24T17:48:34
【作品展示】

【作品介绍】
简简单单
【作品源代码】
import turtle
a=turtle.Pen()
a.hideturtle()
a.penup()
a.goto(-60,-150)
a.pendown()
a.pensize(10)
c=["red","blue","black","green","yellow","pink","purple","orange"]
i=0
while i<8:
a.pencolor(c[i])
a.forward(150)
a.left(45)
i+=1
turtle.done()
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn