Variables in Python
star
star
star
star
star
Last updated about 5 years ago
10 questions
Note from the author:
Variable assignment review for beginners in Python
1
A Variable is like a ....
A Variable is like a ....
1
Which one of the following would be a suitable variable name
Which one of the following would be a suitable variable name
1
Declaring a variable refers to
Declaring a variable refers to
1
Which variable name is correct
Which variable name is correct
1
What type of data is in the variable: runner = ("4")
What type of data is in the variable: runner = ("4")
1
Which concatenation is suitable to follow: userName = input("Please enter your name")
Which concatenation is suitable to follow: userName = input("Please enter your name")
1
What will the output from the print statement be?
What will the output from the print statement be?
1
What will the output from the print statement be?
What will the output from the print statement be?
1
This code will not work, why?: num1 = int(input(“Please enter a number”)
This code will not work, why?: num1 = int(input(“Please enter a number”)
1
Which contatenation is correct to follow: num1 = int(input("Please enter a number"))
Which contatenation is correct to follow: num1 = int(input("Please enter a number"))

