Q. What does the `input()` function return?
β
Correct Answer: (B)
String
Explanation: `input()` always returns the user input as a string.