机器人
积分排行榜
Scratch
积分排行榜
Python
在线答题
积分排行榜
活跃排行榜
打字练习
Microbit
C++
在线答题
积分排行榜
活跃排行榜
网盘
积分
未登录
未登录
登录学习
作者:
刘芃睿
更新时间:
2025-03-22 15:53
浏览:
169次
点赞:
0次
热度:
28
import turtle as t t.fillcolor('red') t.begin_fill() t.forward(180) t.left(90) t.forward(180) t.goto(0,0) t.end_fill() t.fillcolor('yellow') t.begin_fill() t.goto(180,180) t.left(90) t.forward(180) t.left(90) t.forward(180) t.goto(180,180) t.end_fill() t.hideturtle()
点赞成功
分享作品
×