机器人
积分排行榜
Scratch
积分排行榜
Python
在线答题
积分排行榜
活跃排行榜
C++
在线答题
积分排行榜
活跃排行榜
网盘
链接
打字练习
Microbit
未登录
未登录
登录学习
作者:
李俊栋
更新时间:
2024-08-09 11:35
浏览:
385次
点赞:
0次
热度:
20
#跑道 t.pencolor('red') t.pensize(15) t.forward(300) t.circle(150,180) t.forward(300) t.circle(150,180) t.hideturtle() #乌龟跑步 t1=t.Turtle() t1.shape('turtle') t1.shapesize(3) t1.color('blue') q=int(input('请问你要跑几圈:')) t1.penup() for i in range(q): t1.forward(300) t1.circle(150,180) t1.forward(300) t1.circle(150,180)
点赞成功
分享作品
×