用户:
坚强的象牙螺0A9m查看:0 回复:0 评论:0 创建时间:2022-01-19T13:11:10
【作品展示】

【作品介绍】
喵111
【作品源代码】
import turtle
import winsound as w
__Pen = turtle.Pen()
__Pen.fillcolor("#00cccc")
__Pen.speed(1)
__Pen.goto((-100), 0)
__Pen.begin_fill()
__Pen.left(285)
__Pen.goto((-50), (-150))
__Pen.left(75)
__Pen.forward(100)
__Pen.left(55)
__Pen.goto(150, 0)
__Pen.end_fill()
__Pen.left(135)
__Pen.setheading(180)
__Pen.forward(100)
__Pen.fillcolor("#cccccc")
__Pen.begin_fill()
__Pen.right(90)
__Pen.forward(100)
__Pen.right(90)
__Pen.forward(100)
__Pen.right(90)
__Pen.forward(100)
__Pen.end_fill()
__Pen.left(270)
__Pen.forward(250)
w.Beep(523,1000)
turtle.done()
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn