Computer Science

Fill in the blanks:

The _________ method of pickle module writes data into a binary file.

Python File Handling

3 Likes

Answer

dump()

Answered By

2 Likes


Related Questions