CBSE Class 11 Informatics Practices
Question 99 of 102
Python Programming Fundamentals — Question 8
Back to all questionsFalse
Reason — In Python, variable names cannot contain hyphens. They can only contain letters (both uppercase and lowercase), digits, and underscores, but they cannot start with a digit. Therefore, "AISSCE-2020" is invalid string variable name because it contains a hyphen.