On 22/12/15 14:22, Satya Luzy wrote:
> Is there a way to extend the numbers so that there is no more L?

The L is only part of the representation it is not part of the data.
You use the data just like any other integer.

In Python v3 there is no L since there is no longer any distinction
between long and other integers.


-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to