CBSE Class 11 Computer Science
Question 79 of 80
Conditional and Looping Constructs — Question 10
Back to all questionsTrue
Reason — In Python, the else block associated with a for loop is executed when the loop terminates normally, meaning it has iterated over all items or reached its termination condition.