T - 8 - 6 Python Programming4
T - 8 - 6 Python Programming4
2. Which command will correctly ask the user for their age? ( )
a. age = input("How old are you?") b. age = input(How old are you?)
c. input("How old are you?") = age d. How old are you = input()
5. Which decision statement will be triggered if the variable x is less than 20? ( )
7. What is a variable? ( )
a. A piece of data that can change b. A piece of data you cannot change
9. What is the word (command) used to display numbers and text on the screen?( )