用户:
爬行怕查看:0 回复:0 评论:0 创建时间:2022-11-12T17:43:10
【作品展示】

【作品介绍】
一幅画而以
【作品源代码】
import turtle
import time
__Pen = turtle.Pen()
#开始进入Python的世界
__Pen.penup()
__Pen.goto(0, (-25))
__Pen.pendown()
__Pen.hideturtle()
__Pen.pencolor("#33ffff")
__Pen.fillcolor("#33ffff")
__Pen.begin_fill()
__Pen.circle(50)
__Pen.end_fill()
__Pen.penup()
__Pen.goto((-20), 30)
__Pen.pencolor("#000000")
__Pen.fillcolor("#000000")
__Pen.pendown()
__Pen.begin_fill()
__Pen.circle(5)
__Pen.end_fill()
__Pen.penup()
__Pen.penup()
__Pen.goto(20, 30)
__Pen.pencolor("#000000")
__Pen.fillcolor("#000000")
__Pen.pendown()
__Pen.begin_fill()
__Pen.circle(5)
__Pen.end_fill()
__Pen.penup()
__Pen.goto((-10), 0)
__Pen.pendown()
__Pen.right(90)
__Pen.circle(10, 180)
time.sleep(1000)
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn