MCQOPTIONS
Saved Bookmarks
| 1. |
Correct syntax of file.writelines() is? |
| A. | file.writelines(sequence) |
| B. | fileobject.writelines() |
| C. | fileobject.writelines(sequence) |
| D. | none of the mentioned |
| Answer» D. none of the mentioned | |