How to emulate a do-while loop?
I need to emulate a do-while loop in a Python program. Unfortunately, the following straightforward code does not work:
I need to emulate a do-while loop in a Python program. Unfortunately, the following straightforward code does not work: