机器人
积分排行榜
Scratch
积分排行榜
Python
在线答题
积分排行榜
活跃排行榜
C++
在线答题
积分排行榜
活跃排行榜
网盘
链接
打字练习
Microbit
未登录
未登录
登录学习
作者:
王少祺
更新时间:
2024-11-19 13:14
浏览:
527次
点赞:
10次
热度:
20
import turtle turtle.speed(0) for i in range(120): for j in range(4): for h in range(4): turtle.forward(100) turtle.left(89) turtle.pencolor("red") turtle.forward(100) turtle.left(60) turtle.pencolor("blue") turtle.forward(59) turtle.left(61) turtle.circle(10) turtle.pencolor("blue")
点赞成功
分享作品
×