Computer Science
Fill in the blanks:
To read all the file contents in the form of a list, _________ method is used.
Python File Handling
3 Likes
Answer
readlines()
Answered By
1 Like
Related Questions
Fill in the blanks:
The _________ file mode will open a file for write and read purpose.
Fill in the blanks:
To close an open file, _________ method is used.
Fill in the blanks:
To write a list in a file, _________ method may be used.
Fill in the blanks:
To force Python to write the contents of file buffer on to storage file, _________ method may be used.