Computer Science
Fill in the blanks:
_________ method of pickle module is used to read data from a binary file.
Python Data Handling
1 Like
Answer
load()
Answered By
2 Likes
Related Questions
Fill in the blanks:
_________ method is used for random access of data in a CSV file.
Fill in the blanks:
_________ method of pickle module is used to write an object into binary file.
Fill in the blanks:
_________ statement is given for importing csv module into your program.
Fill in the blanks:
_________ is a string method that joins the string with a string separator.