摘要: import turtle turtle.penup() turtle.left(90) turtle.fd(200) turtle.pendown() turtle.right(90) turtle.fillcolor("red") turtle.begin_fill() turtle.circle(10, 180) turtle.circle(25, 110) turtle.left... 阅读全文
posted @ 2018-05-09 21:12 余君妍 阅读(159) 评论(0) 推荐(0)