猫史档案馆


【Python作品分享】新的作品-9【作业帖】

用户:温柔的温以凡QwQ温柔的温以凡QwQ查看:0 回复:0 评论:0 创建时间:2022-03-07T17:07:26


【作品展示】

center_image

 

【作品介绍】

llllll

 

【作品源代码】

import turtle

__Pen = turtle.Pen()


__Pen.speed(1)
# 左手
__Pen.penup()
__Pen.goto(177, 112)
__Pen.pencolor("#cccccc")
__Pen.pensize(3)
__Pen.fillcolor("#ffffff")
__Pen.fillcolor("#ffffff")
__Pen.begin_fill()
__Pen.pendown()
__Pen.setheading(80)
__Pen.circle((-45), 200)
__Pen.circle((-300), 23)
__Pen.end_fill()
# 左手内
__Pen.penup()
__Pen.goto(182, 95)
__Pen.pencolor("#000000")
__Pen.pensize(1)
__Pen.fillcolor("#000000")
__Pen.begin_fill()
__Pen.pendown()
__Pen.setheading(95)
__Pen.circle((-37), 160)
__Pen.circle((-20), 50)
__Pen.circle((-200), 30)
__Pen.end_fill()
__Pen.penup()
__Pen.goto((-73), 230)
__Pen.pencolor("#cccccc")
__Pen.pensize(1)
__Pen.fillcolor("#cccccc")
__Pen.begin_fill()
__Pen.pendown()
__Pen.setheading(20)
__Pen.circle((-250), 35)
turtle.done()

 

【提示】

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

https://python.codemao.cn


回复

上一页1 页 / 共 0下一页