SyntaxFix
Write A Post
Hire A Developer
Questions
There is no do-while loop in Python.
This is a similar construct, taken from the link above.
while True: do_something() if condition(): break