InterviewSolution
Saved Bookmarks
| 1. |
7. Observe the following code and answer the questions that followFile=open ("mydata", "a")#BlankFile.close()What type (Text/Binary) of file is mydata?Fill the Blankl with statement to write "ABC" in the file "mydata |
|
Answer» ABC Explanation: |
|