Python 中的簡潔語法- 1 ... print(color[i]) better solution: for color in colors: print(color) # looping backwards example: for i in range(len(colors)-1, -1, ...
確定! 回上一頁