机器人
积分排行榜
Scratch
积分排行榜
Python
在线答题
积分排行榜
活跃排行榜
打字练习
Microbit
C++
在线答题
积分排行榜
活跃排行榜
网盘
积分
未登录
未登录
登录学习
作者:
佟易琢
更新时间:
2025-07-15 11:25
浏览:
35次
点赞:
4次
热度:
438
import turtle as t t.hideturtle() t.speed(0) t.penup() t.color("gold") t.forward(-250) t.right(90) t.forward(-100) t.speed(2) t.write("重大消息",font=("仿宋",50)) t.forward(100) t.write("我和杨浩宇",font=("仿宋",50)) t.forward(150) t.write("结婚了!!",font=("仿宋",100))
点赞成功
分享作品
×