机器人
积分排行榜
Scratch
积分排行榜
Python
在线答题
积分排行榜
活跃排行榜
打字练习
Microbit
C++
在线答题
积分排行榜
活跃排行榜
网盘
积分
未登录
未登录
登录学习
作者:
马煜茹
更新时间:
2025-07-10 15:43
浏览:
8次
点赞:
0次
热度:
20
import turtle as t t.pensize(10) t.pencolor('red') t.penup() t.goto(-50,100) t.pendown() t.right(90) t.fd(200) t.pencolor('blue') t.right(270) t.circle(100,180) t.hideturtle()
点赞成功
分享作品
×