Q. Which of the following is incorrect variable name in Python?
β
Correct Answer: (C)
1variable
Explanation: variable name does not starts with numbers. So option C is correct ans.