range of int() type.

KraftDiner bobrien18 at yahoo.com
Wed Aug 23 17:26:19 EDT 2006


What is the range of a variable of type int()

eg:
i = int()
print i.max()  # 0xFFFFFFFF
print i.min() # 0x00000000

is it a signed 16 bit or 32 bit or is it unsigned 16 or 32...
I've noticed that it can be incremented into a new class of type
long...




More information about the Python-list mailing list