CBSE Class 12 Computer Science
Question 48 of 120
Review of Python Basics — Question 22
Back to all questionsBlock_number
Reason — A valid variable name in Python can only contain letters (a-z, A-Z), digits (0-9), and underscores (_). It cannot start with a digit and must not contain special characters such as spaces, %, or symbols like $, @, etc.