Storing a very large number

Hasit Mistry hasitnm at lavabit.com
Wed Jul 17 15:21:39 EDT 2013


I came across a problem that requires me to store a very large number 
(say >10^100). How do I do it efficiently?
And also, how do I select a particular number (say 209th) from that very 
large number?
I am relatively new to Python.

Thank you in advance.




More information about the Python-list mailing list