Variables and Assignment - Test

1. Why do we use variables in programming?

A) To store data values for later use
B) To perform calculations only
C) Variables are used to define loops

2. Which of the following is a valid variable name in Python?

A) 123variable
B) variable_1
C) for