

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 | |