Chapter 9: Problem 35
When you open a file for the purpose of retrieving a pickled object from it, what file access mode do you use?
Short Answer
Expert verified
Answer: The 'rb' (read-binary) file access mode should be used to retrieve a pickled object from a file in Python.