Q. Which function is used to get input from users?
β
Correct Answer: (C)
input()
Explanation: `input()` reads a line of text input from the user.