Computer Science

The load() function of the pickle module performs pickling.

Python File Handling

3 Likes

Answer

False

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

Answered By

1 Like


Related Questions