Page 1 of 1

Correct syntax of file.writelines() is?

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
a) file.writelines(sequence)
b) fileObject.writelines()
c) fileObject.writelines(sequence)
d) none of the mentioned