机器人
积分排行榜
Scratch
积分排行榜
Python
在线答题
积分排行榜
活跃排行榜
C++
在线答题
积分排行榜
活跃排行榜
网盘
链接
打字练习
Microbit
未登录
未登录
登录学习
作者:
王梓约
更新时间:
2024-11-03 11:00
浏览:
116次
点赞:
0次
热度:
20
import turtle turtle.penup() turtle.goto(-100,100) turtle.pendown() turtle.forward(200) turtle.right(90) turtle.forward(200) turtle.right(90) turtle.forward(200) turtle.right(90) turtle.forward(200) turtle.penup() turtle.goto(-40,0) turtle.dot(20,"red") turtle.goto(0,0) turtle.dot(20,"red") turtle.goto(40,0) turtle.dot(20,"red") turtle.hideturtle()
点赞成功
分享作品
×