|
马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册
x
本帖最后由 乘号 于 2020-3-19 13:15 编辑
- from turtle import*
- setup(750,500)
- penup()
- pensize(25)
- pencolor("red")
- fd(-230)
- seth(90)
- pendown()
- circle(-50,180)
- circle(50,-180)
- circle(75,-50)
- circle(-190,-45)
- penup()
- fd(185)
- seth(180)
- fd(120)
- seth(90)
- pendown()
- circle(-75,-50)
- circle(190,-45)
- penup()
- fd(184)
- seth(0)
- fd(80)
- seth(90)
- pendown()
- circle(-50,180)
- circle(50,-180)
- circle(75,-50)
- circle(-190,-45)
- penup()
- fd(185)
- seth(180)
- fd(120)
- seth(90)
- pendown()
- circle(-75,-50)
- circle(190,-45)
- penup()
- fd(150)
- seth(180)
- fd(300)
- pencolor("pink")
- pensize(10)
- pendown()
- fd(-500)
- seth(90)
- fd(30)
- fd(-60)
- seth(30)
- fd(60)
- seth(150)
- fd(60)
- done()
复制代码
如果喜欢,记得评分哦
|
评分
-
查看全部评分
|