Benjamin.Altman <benjamin.altman at noaa.gov> wrote in comp.lang.python: > Any answer does not seem ideal in Python, but what about an indent concluded with an > "until" like: > > # do some stuff > # do some more stuff > until condition == true So how would you put that after another block? while cond(): #bla #bla #bla #do some stuff until cond2() That doesn't work. You need a proper non-indented block start. Besides, it's ugly :). -- Remco Gerlich
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4