

InterviewSolution
1. |
Which of the following are the modes of both writing and reading in binary format in file?(a) wb+(b) w(c) wb(d) w+This question was posed to me in an interview for internship.The question is from Files topic in portion Regular Expressions and Files of Python |
Answer» The correct CHOICE is (a) wb+ |
|