import turtle as t
t.fillcolor('green')
t.begin_fill()
t.circle(50,120)
t.goto(0,0)
t.circle(-50,120)
t.end_fill()
t.right(120)
t.fd(50)
t.right(130)
t.fd(30)
t.back(30)
t.right(100)
t.fd(30)
t.back(30)
t.right(130)
t.fd(170)
t.hideturtle()
t.done()
python画一片树叶
最新推荐文章于 2024-07-14 09:30:00 发布