Vidyalelo
Python · Q13

Python Loops and Conditionals: MCQs for Exam Readiness

Programming · Python · question 13

Q13

What is the purpose of the else clause in a loop?

A.
It runs when the loop completes normally
Answer
B.
It runs before the loop
C.
It handles errors
D.
It controls loop repetition

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board