Vidyalelo
Python · Q23

Python Loops and Conditionals: MCQs for Exam Readiness

Programming · Python · question 23

Q23

In Python, which loop is commonly used when you have a specific condition to break the loop?

A.
For Loop
B.
While Loop
Answer
C.
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