+ 4
No. If you need the block to run at least once, you have to use a regular while loop: while True: # some code if whatever_condition: break
12th May 2019, 7:18 AM
HonFu
HonFu - avatar