To create a list of numbers from 1 to N, use the `range()` class to create a `range` object from 1 to N. Use the `list()` class to convert the `range` ...
確定! 回上一頁