Python
Repetition
Which loop repeats a statement or set of statements as long as the Boolean expression is false?
Which loop repeats a statement or set of statements as long as the Boolean expression is false?
Which loop repeats a statement or set of statements as long as the Boolean expression is false?
Answer: Do-Until
Learn More :