摘要: import turtle turtle.color('red') turtle.fillcolor('yellow') turtle.begin_fill() while True: turtle.forward(100) turtle.right(165) if abs(turtle.pos())<1: break turtle.end_fill(... 阅读全文
posted @ 2018-05-14 16:28 Gloriann 阅读(142) 评论(0) 推荐(0) 编辑