机器人
积分排行榜
Scratch
积分排行榜
Python
在线答题
积分排行榜
活跃排行榜
打字练习
Microbit
C++
在线答题
积分排行榜
活跃排行榜
网盘
积分
未登录
未登录
登录学习
作者:
徐楷晰
更新时间:
2025-03-29 15:48
浏览:
41次
点赞:
0次
热度:
20
import turtle as t a2=['lime','red','blue','cyan','orange'] for a3 in range(5): t.fillcolor(a2[a3%5]) t.begin_fill() for a in range(3): t.forward(100) t.left(120) t.end_fill() t.right(360/5) t.hideturtle()
点赞成功
分享作品
×