[Tutor] for loop for long numbers

Dima Kulik dexternet89 at mail.ru
Mon Aug 3 20:15:45 CEST 2015


 Hi to all.
Can you help me plz.
I want to make a for loop with a huge numbers.
for example:

for i in range (0,9000000000):
 make_some_code

but range and xrange cant operate with such big numbers. 
Can some on help me?
Thanks.


-- 
Dima Kulik


More information about the Tutor mailing list