Python sample question with answer 33
Question:
In Python, variables are:
- Names that you can assign to different objects and use to reference those objects throughout your code
- Snippets of text that you can display on the screen
- Numbers you can perform calculations on
Answer:
A - is the correct answer