CBSE Class 12 Computer Science Question 18 of 105

Python Revision Tour — Question 2

Back to all questions
2
Question

Question 2

Find the invalid identifier from the following:

  1. name
  2. break
  3. section
  4. mark12
Answer

break

Reason — break is a reserved keyword.