Python學習筆記:好玩的圖形Python代碼

  一、繪製多彩圓圈python import turtle colors = ["red","orange","yellow","green","blue","indigo","purple",'black']#顏色 for i in range(len(colors)):#循環畫8個 c = colors[i] turtle.color(c)#顯示顏色 turtle.b
相關文章
相關標籤/搜索