python range() 用法. range() 函數可創建一個整數列表,一般用在for 迴圈中。 for i in range(0, 10): print(i) # 0 1 2 3 4 5 6 7 8 9 for i in ...
確定! 回上一頁