摘要: import turtle t = turtle.Pen() for x in range(360): t.forward(x) t.left(90) 阅读全文
posted @ 2020-02-05 18:24 极客易先生 阅读(118) 评论(0) 推荐(0) 编辑