机器人
积分排行榜
Scratch
积分排行榜
Python
在线答题
积分排行榜
活跃排行榜
C++
在线答题
积分排行榜
活跃排行榜
网盘
链接
打字练习
Microbit
未登录
未登录
登录学习
作者:
李卓航
更新时间:
2024-01-26 13:56
浏览:
559次
点赞:
16次
热度:
20
import turtle as t t.fillcolor('black') t.begin_fill() t.circle(100,180) t.circle(50,180) t.circle(-50,180) t.end_fill() t.circle(-100,180) t.right(90) t.penup() t.forward(100/3) t.left(90) t.fillcolor('white') t.begin_fill() t.circle(-100/6) t.end_fill() t.right(90) t.penup() t.forward(100) t.left(90) t.fillcolor('black') t.begin_fill() t.circle(-100/6) t.end_fill() t.hideturtle()
点赞成功
分享作品
×