Does Python need a '>>>' operator?

Martin v. Loewis martin at v.loewis.de
Mon Apr 15 02:24:53 EDT 2002


bokr at oz.net (Bengt Richter) writes:

> If hex long representation were interpreted to represent actual twos
> complement bits, with the top hex digit 8-bit being extended indefinitely
> to the left, you could have hex(-1L) be represented as 0xFL (which would
> require that hex(15L) be represented as 0x0FL).

So you would you represent +7 and -7 in hex?

Regards,
Martin



More information about the Python-list mailing list