CBSE Class 11 Informatics Practices
Question 6 of 40
Practice Paper — Question 6
Back to all questionsname
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, contain special characters like *, or include spaces. Therefore, "name" is a valid variable name.