Q72
How can you open a file for both reading and writing in Python?
A.
By using the r+ mode
AnswerB.
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