Computer Science
Fill in the blanks:
The pickle module produces two main methods called _________ and _________ for writing and reading operations.
Python Data Handling
2 Likes
Answer
dump()
Answer
load()
Answered By
3 Likes
Related Questions
Fill in the blanks:
The _________ statement automatically closes the file after the processing on the file gets over.
Fill in the blanks:
The read() function reads data from the _________ of a file.
Fill in the blanks:
The readlines() returns a list of strings from the file till _________.
Fill in the blanks:
The _________ method reads 'n' characters from the file.