机器人
积分排行榜
Scratch
积分排行榜
Python
在线答题
积分排行榜
活跃排行榜
打字练习
Microbit
C++
在线答题
积分排行榜
活跃排行榜
网盘
积分
未登录
未登录
登录学习
作者:
张亦铭
更新时间:
2025-06-15 15:57
浏览:
49次
点赞:
0次
热度:
20
color=["red","blue","purple","green"] import turtle as t ''' turtle.write("搜不拉西",move=True,align="center",font=("仿宋",25)) ''' #t.write('锄禾日当午,\n我妈真辛苦,\n上午打麻将,\n下午斗地主。',font=("楷体",25)) word = ["木棍人","耐克鲨鱼"] t.penup() for i in range(1,100): t.pencolor(color[i%4]) t.forward(i*10) t.left(90) t.write(word[i%2],font=("楷体",i))
点赞成功
分享作品
×