The dump() function of the pickle module performs unpickling.
Python File Handling
2 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.