Python Forum

Full Version: until
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
tonight, i wish python had an until statement, so i could have made prettier code for a loop that needs to always run the body once before checking the logic that controls the loop, since in this case the test uses a variable that is not set until the loop body runs.  at least i can put an if/break at the bottom of the loop.