CBSE Class 11 Computer Science Question 20 of 106

Python Fundamentals — Question 6

Back to all questions
6
Question

Question 6

Which of the following are valid identifiers ?

  1. my name
  2. _myname ✓
  3. myname ✓
  4. my-name
Answer