摘要: import turtle turtle.penup() turtle.left(90) turtle.fd(125) turtle.pendown() turtle.seth(0) turtle.begin_fill() turtle.fillcolor("red") turtle.pensize(3) turtle.circle(90,45) turtle.circle(40,45) tur... 阅读全文
posted @ 2018-04-13 21:41 nengyoo 阅读(136) 评论(0) 推荐(0)