Python 的 range() 其實是Python內建的 range 型別的建構式(constructor),用來表示不可變(immutable)的數字序列,例如 [1,2,3,4,5] 。 range 型別的建構式 ...
確定! 回上一頁