机器人
积分排行榜
Scratch
积分排行榜
Python
在线答题
积分排行榜
活跃排行榜
打字练习
Microbit
C++
在线答题
积分排行榜
活跃排行榜
网盘
积分
未登录
未登录
登录学习
作者:
姜正鑫
更新时间:
2025-08-29 18:04
浏览:
4次
点赞:
0次
热度:
20
import turtle as t t.speed(8) t.pensize(20) t.color("pink") t.left(105) for i in range(5): t.circle(70,90) t.left(90) t.circle(70,90) t.left(60) t.pensize(10) t.left(140) t.color('lightgreen') t.backward(200)
点赞成功
分享作品
×