KnowledgeBoat Logo

Computer Science

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

Python File Handling

1 Like

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

2 Likes


Related Questions