Chapter 9: Problem 38
What function do you call to retrieve and unpickle an object?
Short Answer
Expert verified
Answer: The `pickle.load(file)` function is used to retrieve and unpickle an object in Python.