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