猫史档案馆


【Python作品分享】旗

用户:东部兔仔-德邦东部兔仔-德邦查看:0 回复:0 评论:0 创建时间:2022-08-12T15:11:35


【作品展示】

center_image

 

【作品介绍】

没动脑,请提建议~

 

【作品源代码】

import turtle
a=turtle.Pen()
a.hideturtle()
a.speed(0)
turtle.bgcolor("skyblue")
a.penup()
a.backward(150)
a.pendown()
a.pencolor("gray")
a.pensize(10)
a.fillcolor("gray")
a.begin_fill()
i=0
while i<2:
    a.forward(300)
    a.right(90)
    a.forward(150)
    a.right(90)
    i+=1
a.end_fill()
a.forward(150)
a.left(90)
a.forward(250)
a.right(115)
a.pencolor("red")
a.fillcolor("red")
a.begin_fill()
a.forward(100)
a.right(135)
a.forward(100)
a.end_fill()
turtle.done()

 

【提示】

部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:

https://python.codemao.cn


回复

上一页1 页 / 共 0下一页