摘要: 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(50) t... 阅读全文
posted @ 2018-05-02 21:47 CarmenWong 阅读(131) 评论(0) 推荐(0) 编辑