机器人
积分排行榜
Scratch
积分排行榜
Python
在线答题
积分排行榜
活跃排行榜
C++
在线答题
积分排行榜
活跃排行榜
网盘
链接
打字练习
Microbit
未登录
未登录
登录学习
作者:
侯斯瀚
更新时间:
2024-09-17 15:52
浏览:
203次
点赞:
0次
热度:
34
import turtle t = turtle.Turtle() t.penup() t.goto(0,-100) t.pendown() t.color("red") t.fillcolor("red") t.begin_fill() t.left(140) t.forward(224) t.circle(-112, 200) t.left(120) t.circle(-112, 200) t.forward(224) t.end_fill() turtle.done()
点赞成功
分享作品
×