CBSE Class 11 Computer Science
Question 23 of 98
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.