KnowledgeBoat Logo

Computer Science

Which of the following represents mode of both writing and reading in binary format in file. ?

  1. wb+
  2. w
  3. wb
  4. w+

Python File Handling

2 Likes

Answer

wb+

Reason — wb+ mode represents mode of both writing and reading in binary format in file in Python.

Answered By

3 Likes


Related Questions