CBSE Class 12 Computer Science
Question 27 of 120
Review of Python Basics — Question 1
Back to all questions2 hundred
Reason — The identifier "2 hundred" is not considered valid in Python because identifiers cannot start with a digit and should not include spaces. They must start with either a letter (a-z, A-Z) or an underscore (_) followed by letters, digits, or underscores.