[Tutor] for loop for long numbers

Peter Otten __peter__ at web.de
Tue Aug 4 10:28:55 CEST 2015


Peter Otten wrote:

> But note that if some_code() takes 1 microsecond the loop will run for
> about

Sorry, that should be millisecond (1/1000 s).
 
>>>> 9000000000/60/60/24/1000
> 104.16666666666667
> 
> 104 days. 




More information about the Tutor mailing list