摘要: import turtle turtle. speed(10) colors = ['#EE0000','#666666','#1E1E1E','#EEEE00','#AEEEEE','#9400D3','#8B8989'] for i in range(200): turtle.pencolor(colors[i% 6]) turtle.forward(i) turt... 阅读全文
posted @ 2018-05-30 21:44 A班黄梓健 阅读(122) 评论(0) 推荐(0) 编辑