Computer Science

Fill in the blanks:

_________ method of pickle module is used to write an object into binary file.

Python Data Handling

3 Likes

Answer

dump()

Answered By

3 Likes


Related Questions