Python Programming - Conditional Statements - Discussion

Discussion Forum : Conditional Statements - General Questions (Q.No. 16)
16.
Which keyword is used to exit a loop prematurely?
end
finish
exit
break
Answer: Option
Explanation:
The break statement is used to exit a loop prematurely in Python, regardless of the loop's condition.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.