机器人
积分排行榜
Scratch
积分排行榜
Python
在线答题
积分排行榜
活跃排行榜
打字练习
Microbit
C++
在线答题
积分排行榜
活跃排行榜
网盘
积分
未登录
未登录
登录学习
作者:
侯斯瀚
更新时间:
2024-04-17 20:35
浏览:
761次
点赞:
0次
热度:
28
import turtle t = turtle t.penup() t.goto(-100,0) t.pendown() t.pencolor("blue") t.circle(50) t.penup() t.goto(-25,0) t.pendown() t.pencolor("black") t.circle(50) t.penup() t.goto(50,0) t.pendown() t.pencolor("red") t.circle(50) t.penup() t.goto(-55,-50) t.pendown() t.pencolor("yellow") t.circle(50) t.penup() t.goto(20,-50) t.pendown() t.pencolor("green") t.circle(50)
点赞成功
分享作品
×