机器人
积分排行榜
Scratch
积分排行榜
Python
在线答题
积分排行榜
活跃排行榜
打字练习
Microbit
C++
在线答题
积分排行榜
活跃排行榜
网盘
积分
未登录
未登录
登录学习
作者:
刘泽明
更新时间:
2024-08-09 11:01
浏览:
45次
点赞:
0次
热度:
20
import turtle t=turtle.Turtle() t.shape("turtle") t.speed(0) t.pensize(1) t.penup() t.goto(0,50) t.pendown() t.forward(50) t.right(90) t.forward(100) t.right(90) t.forward(100) t.right(90) t.forward(100) t.right(90) t.forward(50) t.penup() t.goto(0,-20) t.pendown() t.fillcolor("red") t.begin_fill() t.circle(20) t.right(90) t.end_fill()
点赞成功
分享作品
×