using 0x1 << i where i is large HELP!!!
Huaiyu Zhu
hzhu at users.sourceforge.net
Wed Oct 18 15:27:53 EDT 2000
More information about the Python-list mailing list
Wed Oct 18 15:27:53 EDT 2000
- Previous message (by thread): using 0x1 << i where i is large HELP!!!
- Next message (by thread): using 0x1 << i where i is large HELP!!!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, 17 Oct 2000 21:13:28 -0400, Mark Cunningham <mcunni01 at uoguelph.ca> wrote: > >I had 0x1l and i thought it would be the same thing as 0x1L, but its >not, thanks! > It is the same on my machine, both 1.5.2 and 2.0. Maybe you were using 0x1 without either l or L. Huaiyu
- Previous message (by thread): using 0x1 << i where i is large HELP!!!
- Next message (by thread): using 0x1 << i where i is large HELP!!!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list