PEP 315: Enhanced While Loop

Andrew Koenig ark at research.att.com
Mon May 5 19:47:53 EDT 2003


Tim> Hmm ... how does it look without outdenting?

Tim>     while [<condition1>]:
Tim>         <code1>
Tim>         and while <condition2>:
Tim>             <code2>
Tim>         and while <condition3>:
Tim>             <code3>

Tim> I think I prefer it with the outdents.

Me too.








More information about the Python-list mailing list