Vidyalelo
Python · Q42

Files Handling in Python

Programming · Python · question 42

Q42

Which of the following is not a valid mode to open a file?

A.
ab
B.
rw
Answer
C.
r+
D.
w+

Answer: Option B

Solution

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