Q. Which function is used to get user input in Python 3?
β
Correct Answer: (B)
input()
Explanation: The `input()` function reads input from the user as a string in Python 3.