Q23
In Python, which loop is commonly used when you have a specific condition to break the loop?
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