Jan-03-2017, 04:38 AM
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.