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 ?
- my name
- _myname ✓
- myname ✓
- my-name
Which of the following are valid identifiers ?