鱼C论坛

 找回密码
 立即注册
查看: 1301|回复: 1

[见证历程] 海龟画图 春联绘制

[复制链接]
发表于 2022-8-18 09:02:53 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能^_^

您需要 登录 才可以下载或查看,没有账号?立即注册

x
import turtle as t
t.penup()
t.goto(-150,200)
t.pendown()
t.color("red")
t.begin_fill()
for i in range(2):
   t.fd(50)
   t.right(90)
   t.fd(400)
   t.right(90)
t.end_fill()

t.color("black")
t.penup()
t.goto(-150,-200)
t.pendown()
t.write("一\n行\n白\n鹭\n上\n青\n天",font=("华文行楷",40))

t.penup()
t.goto(100,200)
t.pendown()
t.color("red")
t.begin_fill()
for i in range(2):
   t.fd(50)
   t.right(90)
   t.fd(400)
   t.right(90)
t.end_fill()

t.color("black")
t.penup()
t.goto(100,-200)
t.pendown()
t.write("两\n个\n黄\n鹂\n鸣\n翠\n柳",font=("华文行楷",40))

t.penup()
t.goto(-100,300)
t.pendown()
t.color("red")
t.begin_fill()
for i in range(2):
   t.fd(200)
   t.right(90)
   t.fd(50)
   t.right(90)
t.end_fill()

t.color("black")
t.penup()
t.goto(-100,240)
t.pendown()
t.write("执子天涯",font=("华文行楷",40))

t.hideturtle()

想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

发表于 2023-5-17 09:33:44 | 显示全部楼层
看不懂啊
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2024-11-21 20:45

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表