4
65
2822
金牌会员
使用道具 举报
import turtle turtle.fillcolor() turtle.begin_fill() turtle.circle(-50, 180) turtle.circle(50, 180) turtle.circle(100, 180) turtle.pu() turtle.left(90) turtle.fd(40) turtle.right(90) turtle.circle(10) turtle.end_fill() turtle.color('black', 'white') turtle.left(90) turtle.fd(100) turtle.pd() turtle.right(90) turtle.begin_fill() turtle.circle(10) turtle.end_fill() turtle.pu() turtle.home() turtle.pd() turtle.circle(-100, -180) turtle.hideturtle() turtle.done()
import turtle turtle.fillcolor() turtle.begin_fill() turtle.circle(-50, 180) turtle.circle(50, 180) turtle.circle(100, 180) turtle.pu() turtle.left(90) turtle.fd(40) turtle.right(90) turtle.circle(10) turtle.end_fill() turtle.color('black', 'white') turtle.left(90) turtle.fd(100) turtle.pd() turtle.right(90) turtle.begin_fill() turtle.circle(10) turtle.end_fill() turtle.pu() turtle.home() turtle.pd() turtle.circle(-100, -180) for i in range(4): turtle.pensize(20) turtle.left(90) turtle.forward(400) turtle.fillcolor('yellow') turtle.hideturtle() turtle.done()
本版积分规则 发表回复 回帖后跳转到最后一页
小黑屋|东台市机器人学会 ( 苏ICP备2021035350号-1;苏ICP备2021035350号-2;苏ICP备2021035350号-3 )
GMT+8, 2024-11-21 21:48 , Processed in 0.041469 second(s), 28 queries .
Powered by Discuz! X3.4
Copyright © 2001-2020, Tencent Cloud.