Computer Science
Fill in the blanks:
To read all the file contents in the form of a list, _________ method is used.
Python Data Handling
3 Likes
Answer
readlines()
Answered By
2 Likes
Related Questions
Fill in the blanks:
_________ is a string method that joins the string with a string separator.
Fill in the blanks:
_________ object contains the number of the current line in a CSV file.
Fill in the blanks:
To write contents of list, tuple and sequence data type _________ 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.