Python sample question with answer 36

Question:
Which of the following are valid Python variable names? Select all that apply.

  1. left_
  2. really_big_number
  3. name
  4. 3_d
  5. a2z
  6. 2cents
  7. sirLancelot
Answer:
A, B, C, E, G - are the correct answers