πŸ“Š Python
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

πŸ‘οΈ
56
Total Visits
πŸ“½οΈ
8 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
83%
Success Rate