KnowledgeBoat Logo

Computer Science

The dump() function of the pickle module performs unpickling.

Python File Handling

3 Likes

Answer

False

Reason — The dump() function of the pickle module performs pickling i.e, an object hierarchy is converted into a byte stream. It is used to write an object on to a binary file opened in a write mode.

Answered By

3 Likes


Related Questions