Python sample question with answer 33

Question:
In Python, variables are:

  1. Names that you can assign to different objects and use to reference those objects throughout your code
  2. Snippets of text that you can display on the screen
  3. Numbers you can perform calculations on
Answer:
A - is the correct answer