机器人
积分排行榜
Scratch
积分排行榜
Python
在线答题
积分排行榜
活跃排行榜
C++
在线答题
积分排行榜
活跃排行榜
网盘
链接
打字练习
Microbit
未登录
未登录
登录学习
作者:
徐楷晰
更新时间:
2024-11-02 14:23
浏览:
113次
点赞:
1次
热度:
20
import turtle as t t.pensize(3) t.speed(0) t.circle(100) t.penup() t.goto(50,150) t.pendown() t.left(210) t.forward(40) t.penup() t.goto(-50,150) t.pendown() t.right(240) t.forward(40) t.penup() t.goto(-40,120) t.pendown() t.dot(20) t.penup() t.goto(40,120) t.pendown() t.dot(20) t.penup() t.goto(0,90) t.pendown() t.right(30) t.forward(30) t.right(120) t.forward(30) t.right(120) t.forward(30) t.right(120) t.penup() t.goto(-50,50) t.pendown() t.pencolor('red') t.circle(60,120)
点赞成功
分享作品
×