Q. Which method is used to open a file in Python?
β
Correct Answer: (B)
open()
Explanation: The open() function is used to open files in Python.