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