Q. Which of these functions is used to display output in Python?
β
Correct Answer: (C)
print()
Explanation: The `print()` function is used to display output to the console in Python.