do...while

Fredrik Lundh fredrik at pythonware.com
Thu Jun 20 15:06:17 EDT 2002


Michael P. Soulier wrote:

> Right, I've used that in the past. It doesn't seem nearly as clean though,
> as making the conditions for terminating the loop plain in the loop
> declaration.

this has been debated hundreds of times (google can show you all
arguments for and against adding yet another control structure).

unless you really don't have something better to do with your time,
I suggest you get over it and write some code...

</F>





More information about the Python-list mailing list