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