Example. Create a sequence of numbers from 0 to 5, and print each item in the sequence: x = range(6) for n in x: print(n).
確定! 回上一頁