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