摘要: import turtle turtle.color('red') turtle.fillcolor('blue') turtle.begin_fill() turtle.forward(100) turtle.right(430) if abs(turtle.pos())<1: break turtle.end_fill() turtle.done(... 阅读全文
posted @ 2018-05-14 16:45 世界第一稳 阅读(201) 评论(0) 推荐(0) 编辑