CBSE Class 12 Computer Science Question 52 of 105

Python Revision Tour — Question 6

Back to all questions
6
Question

Question 6

Find the invalid identifier from the following :

  1. MyName
  2. True
  3. 2ndName
  4. My_Name
Answer

The invalid identifier are:

2ndName ⇒ Begins with a digit
True ⇒ It is a keyword