1. Which of the following is a valid variable name?
1name2. What data type is this variable?price = 19.99
3. Which of the following statements is True?
Variable names can contain spaces.4. What is the value of x after this code runs?
x = 5
x = x + 3