Q. Which of the following is not a valid Python variable name? (A) my_var (B) var1 (C) _var (D) 1var ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) 1var Explanation: Variable names cannot begin with a digit.