

InterviewSolution
Saved Bookmarks
1. |
What is the use of “a” in file handling?(a) Read(b) Write(c) Append(d) None of the mentionedI have been asked this question during an interview.My query is from Files topic in chapter Regular Expressions and Files of Python |
Answer» Right choice is (c) Append |
|