using 0x1 << i where i is large HELP!!!

Mark Cunningham mcunni01 at uoguelph.ca
Tue Oct 17 20:52:32 EDT 2000


why is it in this loop:

for i in range(64)
    print (0x1L << i)

becomes 0 and stays 0 for i >32??????




More information about the Python-list mailing list