Q. Which of the following is incorrect regarding variables in Python? (A) Variable names in Python cannot start with number. However, it can contain number in any other position of variable name. (B) Variable names can start with an underscore. (C) Data type of variable names should not be declared (D) None of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) None of the above