informal representation of long integers

shaka fabrice.n at home.com
Fri Jan 26 12:10:06 EST 2001


"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
>
>





More information about the Python-list mailing list