摘要: import turtle turtle.pencolor('blue') turtle.fillcolor('red') turtle.begin_fill() while True: turtle.forward(100) turtle.right(50) if abs(turtle.position())<1: break turtle.end... 阅读全文
posted @ 2018-05-09 21:17 三米巨人 阅读(241) 评论(0) 推荐(0) 编辑