机器人
积分排行榜
Scratch
积分排行榜
Python
在线答题
积分排行榜
活跃排行榜
C++
在线答题
积分排行榜
活跃排行榜
网盘
链接
打字练习
Microbit
未登录
未登录
登录学习
作者:
马煜茹
更新时间:
2024-11-30 14:55
浏览:
90次
点赞:
0次
热度:
20
import turtle turtle.speed(1) turtle.forward(200) turtle.left(90) turtle.forward(200) turtle.left(90) turtle.forward(200) turtle.left(90) turtle.forward(200) turtle.fillcolor("red") turtle.begin_fill() turtle.goto(100,0) turtle.goto(200,100) turtle.goto(100,200) turtle.goto(0,100) turtle.goto(100,0) turtle.end_fill() turtle.hideturtle()
点赞成功
分享作品
×