Q. Which of the following is used to handle files in Python?
β
Correct Answer: (C)
open()
Explanation: `open()` is used to open files for reading or writing in Python.