The range() method returns an immutable sequence of numbers between the given start integer to the stop integer. Example. print(list(range(6))) # Output: [0, 1, ...
確定! 回上一頁