開啓python之旅——幻彩螺旋

幻彩螺旋 import turtle as t t.reset() t.screensize(800,800,‘black’) t.pensize(2) t.speed(‘fastest’) colors=[‘yellow’,‘red’,‘green’,‘purple’] for x in range(200): t.fd(2*x) t.color(colors[x%4]) t.lt(89) t.
相關文章
相關標籤/搜索