机器人
积分排行榜
Scratch
积分排行榜
Python
在线答题
积分排行榜
活跃排行榜
C++
在线答题
积分排行榜
活跃排行榜
网盘
链接
打字练习
Microbit
未登录
未登录
登录学习
作者:
徐楷晰
更新时间:
2024-08-09 11:35
浏览:
363次
点赞:
0次
热度:
20
import turtle as t t.pencolor('blue') t.pensize(5) t.shape('turtle') t.penup() t.goto(-150,-100) t.pendown() t.forward(300) t.circle(100,180) t.forward(300) t.circle(100,180) t.shapesize(4) t.color('blue') q=int(input('请问你要跑几圈:')) for i in range(1): t.forward(300) t.circle(100,180) t.forward(300) t.circle(100,180)
点赞成功
分享作品
×