摘要: import turtle def curvemove(): for i in range(200): turtle.right(1) turtle.forward(1) turtle.color('red','pink') turtle.begin_fill() turtle.left(140) 阅读全文
posted @ 2020-03-19 19:58 cjl1124 阅读(444) 评论(0) 推荐(0)