

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following cannot be pickled? |
A. | Functions which are defined at the top level of a module with lambda |
B. | Functions which are defined at the top level of a module with def |
C. | Built-in functions which are defined at the top level of a module |
D. | Classes which are defined at the top level of a module |
Answer» B. Functions which are defined at the top level of a module with def | |