Computer Science
Fill in the blanks:
The _________ method of pickle module writes data into a binary file.
Related Questions
Fill in the blanks:
To force Python to write the contents of file buffer on to storage file, _________ method may be used.
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 reads data from a binary file.
Fill in the blanks:
The conversion of an object hierarchy in byte stream is called _________ or _________.