range函数会创建一个包含顺序数字的对象。其本身函数会创建一个Range对象,使用的时候一般需要转换成 使用的需要。 例如:
numbers = list(range(1,100,2)) print(numbers)