机器人
积分排行榜
Scratch
积分排行榜
Python
在线答题
积分排行榜
活跃排行榜
C++
在线答题
积分排行榜
活跃排行榜
网盘
链接
打字练习
Microbit
未登录
未登录
登录学习
作者:
陈灏晨
更新时间:
2024-01-31 14:57
浏览:
408次
点赞:
0次
热度:
20
import turtle as t t.pencolor('green') t.pensize(9) t.speed(0) t.forward(500) t.circle(100,180) t.forward(500) t.circle(100,180) t.hideturtle() a=t.Turtle('turtle') a.shapesize(1) a.color('orange') a.penup() b=int(input('你想让真真跑几圈:')) for i in range(b): a.forward(500) a.circle(100,180) a.forward(500) a.circle(100,180)
点赞成功
分享作品
×