机器人
积分排行榜
Scratch
积分排行榜
Python
在线答题
积分排行榜
活跃排行榜
打字练习
Microbit
C++
在线答题
积分排行榜
活跃排行榜
网盘
积分
未登录
未登录
登录学习
作者:
赵嘉烨
更新时间:
2024-08-08 21:16
浏览:
598次
点赞:
2次
热度:
28
import turtle turtle.penup() turtle.goto(0,-100) turtle.pendown() turtle.fillcolor("orange") turtle.begin_fill() turtle.circle(100) turtle.end_fill() turtle.fillcolor("blue") turtle.begin_fill() turtle.circle(100,steps=5) turtle.end_fill() turtle.fillcolor("yellow") turtle.begin_fill() turtle.circle(88,steps=3) turtle.end_fill() turtle.penup() turtle.goto(0,0) turtle.pendown() turtle.dot(30,"red")
点赞成功
分享作品
×