Computer Science
Fill in the blanks:
The _________ method of pickle module reads data from a binary file.
Python File Handling
2 Likes
Answer
load()
Answered By
1 Like
Related Questions
Fill in the blanks:
To read and write into binary files, _________ module of Python is used.
Fill in the blanks:
The _________ method of pickle module writes data into a binary file.
Fill in the blanks:
The conversion of an object hierarchy in byte stream is called _________ or _________.
Fill in the blanks:
The character that separates the values in csv files is called the _________.