Correct Syntax Of Filewritelines Is #1036
Correct syntax of file.writelines() is?
This multiple choice question (MCQ) is related to the book/course
gs gs109 Python.
It can also be found in
gs gs109 Python Files - Python Files - Quiz No.3.
Correct syntax of file.writelines() is?
file.writelines(sequence)
fileObject.writelines()
fileObject.writelines(sequence)
none of the mentioned