机器人
积分排行榜
Scratch
积分排行榜
Python
在线答题
积分排行榜
活跃排行榜
C++
在线答题
积分排行榜
活跃排行榜
网盘
链接
打字练习
Microbit
未登录
未登录
登录学习
作者:
伊沫冰
更新时间:
2025-01-17 20:49
浏览:
21次
点赞:
1次
热度:
160
import turtle as t t.color('black','yellow') t.hideturtle() for i in range(12): t.begin_fill() t.penup() t.forward(120) t.pendown() t.right(30) t.forward(80) t.left(60) t.forward(80) t.left(120) t.forward(80) t.left(60) t.forward(80) t.end_fill() t.right(30) t.penup() t.forward(120) t.pendown() t.left(180) t.left(30) t.penup() t.goto(0,-120) t.pendown() t.pencolor('red') t.circle(120)
点赞成功
分享作品
×