摘要: import turtle turtle.speed(10) colors=['#A020F0','#87CEFF','#8B2500','#B0E2FF','#4B0082','#E0FFFF','#8B8989'] for i in range(200): turtle.pencolor(colors[i%7]) turtle.forward(i) turtl... 阅读全文
posted @ 2018-06-04 15:20 katherine9 阅读(119) 评论(0) 推荐(0) 编辑