Q. Which function is used to get input from users? (A) scan() (B) get() (C) input() (D) read() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) input() Explanation: `input()` reads a line of text input from the user.