CBSE Class 12 Computer Science
Question 5 of 105
Python Revision Tour — Question 5
Back to all questions(e)
Both Assertion and Reason are false.
Explanation
In python, the break statement can be used with iteration statements only. Using break with conditional statements will result in syntax error — SyntaxError: 'break' outside loop