Q. Which of the following is a valid variable name in Python?
β
Correct Answer: (B)
name_2
Explanation: Variable names can't start with a digit or include special characters like `-` or space.