Vidyalelo
Python · Q72

Files Handling in Python

Programming · Python · question 72

Q72

How can you open a file for both reading and writing in Python?

A.
By using the r+ mode
Answer
B.
By using the rw mode
C.
By using the readwrite mode
D.
By using the rw+ mode

Answer: Option A

Solution

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