摘要: import turtle turtle.setup(600,400,0,0) turtle.bgcolor('red') turtle.color('yellow') turtle.fillcolor('yellow') while True: turtle.forward(100) turtle.right(177) if abs(turtle.pos())<... 阅读全文
posted @ 2018-05-07 16:56 哝哝 阅读(477) 评论(0) 推荐(0)