[Tutor] for loop for long numbers

Danny Yoo dyoo at hashcollision.org
Tue Aug 4 00:00:42 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


Can you say more why you are trying to do this, by the way?

Without context, this request seems strange, as we often want to make
our programs do as little work as necessary to get the job done.  A
computer is not often called to be a space heater.


More information about the Tutor mailing list