python使用range函数返回对象类型,具体方法如下:
range函数语法:
range(start, stop[, step])
range函数使用方法:
print(range(10))range(0,10)
print(range(10))
range(0,10)