Paris-

导航

列表的应用

import turtle turtle.speed(10) colors=['red','purple','blue','green','yellow','orange','black','gold','brown',] for i in range(200): turtle.pencolor(colors[i%9]) turtle.forward(i) turtle...

posted on 2018-06-05 23:58  Paris-  阅读(114)  评论(0编辑  收藏  举报