CBSE Class 11 Computer Science Question 33 of 98

Python Programming Fundamentals — Question 12

Back to all questions
12
Question

Question 12

What can be the maximum possible length of an identifier?

  1. 31
  2. 63
  3. 79
  4. Can be of any length
Answer

Can be of any length

Reason — In Python, identifiers can be of any length.