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