Question 1
which of the following is the correct syntax to prompt the user for input and store it in a variable called name?
Question 2
Which of the following statements is true about the input() function in Python 3?
Question 3
How can you include a message or prompt for the user when using the input() function?
Question 4
What is the purpose of the input() function in python?
Question 5
How can you convert the input() functions return value to an integer?
Question 6
What is the default prompt of the input() function if no argument is provided?
Question 7
Which of the following statements is true about the input() function?
Question 8
What happens if the user presses the Enter key without entering any value when prompted by the input() function?
Question 9
What is the main difference between the input() function and the raw_input() function in Python 2?
Question 10
What data type does the input() function return?