Computer Science
Fill in the blanks:
The _________ method writes a list of strings to a file.
Python Data Handling
2 Likes
Answer
writelines()
Answered By
1 Like
Related Questions
Fill in the blanks:
The _________ function creates a file object used to call other support methods associated with it.
Fill in the blanks:
Files in Python can be opened in one of the three modes — _________, _________ and _________.
Fill in the blanks:
The _________ method of a file object flushes any unwritten information and closes the file object.
Fill in the blanks:
The name of the current working directory can be determined using _________ method.