猫史档案馆


【Python作品分享】气球🎈【作业帖】

用户:闻香识人gaq6闻香识人gaq6查看:0 回复:0 评论:0 创建时间:2020-12-04T20:12:01


【作品展示】

center_image

 

【作品介绍】

气球

 

【作品源代码】

import turtle

__Pen = turtle.Pen()


# S
__Pen.penup()
__Pen.speed(1)
__Pen.pencolor("#000000")
__Pen.goto((-50), (-50))
__Pen.pendown()
__Pen.circle(80, 90)
__Pen.forward(100)
# x
__Pen.pencolor("#99ffff")
__Pen.fillcolor("#99ffff")
__Pen.begin_fill()
__Pen.right(45)
__Pen.forward(100)
__Pen.left(90)
__Pen.forward(100)
__Pen.left(90)
__Pen.forward(100)
__Pen.left(90)
__Pen.forward(100)
__Pen.left(90)
__Pen.forward(100)
__Pen.circle(50, 180)
__Pen.right(90)
__Pen.circle(50, 180)
__Pen.end_fill()
# D
__Pen.penup()
__Pen.pencolor("#ffffff")
__Pen.left(100)
__Pen.forward(50)
__Pen.pendown()
__Pen.fillcolor("#ffffff")
__Pen.begin_fill()
__Pen.dot(10)
__Pen.end_fill()
__Pen.penup()
__Pen.forward(50)
__Pen.pendown()
__Pen.begin_fill()
__Pen.fillcolor("#ffffff")
__Pen.dot(20)
__Pen.end_fill()

 

【提示】

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

https://python.codemao.cn


回复

上一页1 页 / 共 0下一页