Computer Science
Fill in the blanks:
To write a list in a file, _________ method may be used.
Python File Handling
1 Like
Answer
writelines()
Answered By
2 Likes
Related Questions
Fill in the blanks:
To close an open file, _________ method is used.
Fill in the blanks:
To read all the file contents in the form of a list, _________ method is used.
Fill in the blanks:
To force Python to write the contents of file buffer on to storage file, _________ method may be used.
Fill in the blanks:
To read and write into binary files, _________ module of Python is used.