在python2,maxint为2的63次方 import sys print(sys.maxint) 在python3,int没有最大值限制 The sys.maxint constant was removed