用户:
开朗的挠挠熊Jldk查看:0 回复:1 评论:0 创建时间:2020-12-06T08:23:40
【作品展示】

【作品介绍】
电
【作品源代码】
import turtle
i = turtle.Pen()
i.speed(2)
i.fillcolor("yellow")
i.begin_fill()
i.penup()
i.left(90)
i.forward(250)
i.right(60)
i.right(60)
i.pencolor("white")
i.forward(100)
i.pencolor("grey")
i.dot(105)
i.forward(35)
i.right(145)
o = 0
while o < 3:
i.dot(100)
i.forward(45)
o = o+1
i.pencolor("grey")
i.dot(80)
i.dot(50)
i.dot(80)
i.end_fill()
i.hideturtle()
turtle.done()
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn