[Tutor] Is there a Big Integer Class in Python?

Alan Gauld alan.gauld at btinternet.com
Tue Dec 22 11:20:49 EST 2015


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



More information about the Tutor mailing list