Q. Which method is used to open a file in Python? (A) file() (B) open() (C) read() (D) with() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) open() Explanation: The open() function is used to open files in Python.