The range of integer in Python???

cnc cnc at ms6.hinet.net
Sat Jan 13 20:17:23 EST 2001


Dear All:

What is the range of integer numerical type in Python? I read some
introduction book of Python, they say it ranges from (-maxint, maxint).
However, I guess, it should be (-maxint-1, maxint).

regards, Chandler



More information about the Python-list mailing list