CBSE Class 11 Informatics Practices
Question 25 of 102
Python Programming Fundamentals — Question 2
Back to all questionsUnderscore (_)
Reason — In Python, an identifier name can only be composed of letters (both uppercase and lowercase), digits, and underscores (_). Special characters like #, hyphen (-), and are not allowed in identifier names.