CBSE Class 11 Informatics Practices Question 34 of 102

Python Programming Fundamentals — Question 11

Back to all questions
11
Question

Question 11

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.