Looping over a list question

Fredrik Lundh fredrik at pythonware.com
Tue Oct 3 16:02:57 EDT 2006


stephen at theboulets.net wrote:

> My "print" line is actually a long 40 line block.

and?  if your editor isn't horribly broken, that shouldn't be much
of a problem.

(but you may want to refactor the code; if you have a processing
block that large, it's probably better to move all or parts of it
into a support function).

</F>




More information about the Python-list mailing list