用户:
活波的麦霸菇HaiF查看:0 回复:0 评论:0 创建时间:2022-02-18T23:08:22
【作品展示】

【作品介绍】
安装不了turtle!无语
【作品源代码】
import turtle
t = turtle.Pen()
t.speed(1)
t.penup()
t.goto(0, (-140))
t.pendown()
t.pencorlor("pink")
t.fillcorlor("red")
t.pensize(2)
t.begin_fill()
t.circle(140)
t.end_fill()
turtle.done()
t.fillcorlor("red")
t.pencorlor("red")
t.begin_fill()
t.circle(-14)
t.end_fill()
t.penup()
t.goto(0,140)
t.lt(90)
t.pendown()
t.fillcorlor("red")
t.pencorlor("red")
t.begin_fill()
t.circle(-14)
t.end_fill()
t.penup()
t.goto(-140,0)
t.lt(90)
t.pendown()
t.fillcorlor("red")
t.pencorlor("red")
t.begin_fill()
t.circle(-14)
t.end_fill()
t.penup()
t.goto(0,0)
t.seth(-90)
t.pendown()
t.fillcorlor("yellow")
t.pencorlor("yellow")
t.begin_fill()
t.rt(30)
t.circle(140,60)
t.penup()
t.goto(0,0)
t.seth(-90)
t.pendown()
t.lt(30)
t.circle(-140,60)
t.end_fill()
t.penup()
t.goto(0,0)
t.seth(-90)
t.pendown()
t.fillcorlor("blue")
t.pencorlor("blue")
t.begin_fill()
t.rt(30)
t.circle(140,60)
t.penup()
t.goto(0,0)
t.seth(-90)
t.pendown()
t.lt(30)
t.circle(-140,60)
t.end_fill()
t.penup()
t.goto(0,0)
t.seth(0)
t.pendown()
t.fillcorlor("blue")
t.pencorlor("blue")
t.begin_fill()
t.rt(30)
t.circle(140,60)
t.penup()
t.goto(0,0)
t.seth(-90)
t.pendown()
t.lt(30)
t.circle(-140,60)
t.end_fill()
t.penup()
t.goto(0,0)
t.seth(90)
t.pendown()
t.fillcorlor("orange")
t.pencorlor("orange")
t.begin_fill()
t.rt(30)
t.circle(140,60)
t.penup()
t.goto(0,0)
t.seth(-90)
t.pendown()
t.lt(30)
t.circle(-140,60)
t.end_fill()
t.penup()
t.goto(0,0)
t.seth(180)
t.pendown()
t.fillcorlor("green")
t.pencorlor("green")
t.begin_fill()
t.rt(30)
t.circle(140,60)
t.penup()
t.goto(0,0)
t.seth(-90)
t.pendown()
t.lt(30)
t.circle(-140,60)
t.end_fill()
t.penup()
t.goto(-180,0)
turtle.done()
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn