Vidyalelo
Python · Q28

Files Handling in Python

Programming · Python · question 28

Q28

Which of the following are the modes of both writing and reading in binary format in file?

A.
wb+
Answer
B.
w
C.
wb
D.
w+

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board