Q27
In Python, which loop is suitable for cases where you need to execute a block of code multiple times until a condition is met?
A.
For Loop
B.
While Loop
AnswerC.
Do-While Loop
D.
Infinite Loop
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board