Q. Which of these is not a valid Python identifier?
β
Correct Answer: (C)
2var
Explanation: Identifiers cannot start with a number.
Explanation: Identifiers cannot start with a number.