

InterviewSolution
Saved Bookmarks
1. |
In file handling, what does this terms means “r, a”?(a) read, append(b) append, read(c) write, append(d) none of the mentionedI have been asked this question in exam.I need to ask this question from Files in portion Regular Expressions and Files of Python |
Answer» The CORRECT ANSWER is (a) read, append |
|