Q. Which of the following is used to handle files in Python?

  • (A) file.open()
  • (B) readfile()
  • (C) open()
  • (D) filehandle()
πŸ’¬ Discuss
βœ… Correct Answer: (C) open()
Explanation: `open()` is used to open files for reading or writing in Python.
Explanation by: Mr. Dubey
`open()` is used to open files for reading or writing in Python.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
82
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
89%
Success Rate