用户:
海神唐三12345查看:0 回复:0 评论:0 创建时间:2023-11-11T14:59:34
【作品展示】

【作品介绍】
脸
【作品源代码】
import turtle
turtle.bgcolor("pink")
turtle.fillcolor("yellow")
turtle.begin_fill()
turtle.circle(100)
turtle.end_fill()
turtle.up()
turtle.left(90)
turtle.forward(150)
turtle.left(90)
turtle.forward(60)
turtle.down()
turtle.fillcolor("black")
turtle.begin_fill()
turtle.circle(20)
turtle.end_fill()
turtle.fillcolor("white")
turtle.begin_fill()
turtle.circle(5)
turtle.end_fill()
turtle.up()
turtle.fillcolor("black")
turtle.begin_fill()
turtle.backward(100)
turtle.down()
turtle.circle(20)
turtle.end_fill()
turtle.fillcolor("white")
turtle.begin_fill()
turtle.circle(5)
turtle.end_fill()
turtle.up()
turtle.forward(80)
turtle.left(90)
turtle.forward(80)
turtle.down()
turtle.fillcolor("red")
turtle.begin_fill()
turtle.circle(23)
turtle.end_fill()
turtle.done()
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn