[PIPython] loop strano

Nicola Larosa nico
Mar 15 Nov 2005 16:59:05 CET


> sto cercando di tradurre in python una funzione scritta in c. Mi sono
> bloccato davanti il loop "for(;;)" che non so cosa voglia dire. Qualcuno di
> voi ha mai visto qualcosa del genere? Grazie

Significa "per sempre" (a meno di istruzioni break e continue). In Python
si rende con "while True:".

-- 
Nicola Larosa - nico a tekNico.net

...Linux security has been better than many rivals. However, even
the best systems today are totally inadequate. Saying Linux is
more secure than Windows isn't really addressing the bigger issue
 - neither is good enough. -- Alan Cox, September 2005



More information about the Python mailing list