informal representation of long integers
shaka
fabrice.n at home.com
Fri Jan 26 12:10:06 EST 2001
More information about the Python-list mailing list
Fri Jan 26 12:10:06 EST 2001
- Previous message (by thread): informal representation of long integers
- Next message (by thread): informal representation of long integers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Randall Kern" <randy at spoke.net> wrote in message news:DZhc6.63$g4.22706 at paloalto-snr1.gtei.net... > Using Python 1.5.2: > > >>> str(10L) > '10L' > >>> repr(10L) > '10L' > > Just curious why the 'informal' representation of 10L is '10L', rather than > '10'. > -Randy > >
- Previous message (by thread): informal representation of long integers
- Next message (by thread): informal representation of long integers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list