python2 整型 int —— long(长整型) /获取的是整数
python3 整型 int /获取的是浮点数(小数)
python2 print(range(1,10)) 打印的是列表
python3 print(range(1,10)) 打印的就是可迭代对象