Page 1 of 1

Lambda functions cannot be pickled because:

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
a) Lambda functions only deal with binary values, that is, 0 and 1
b) Lambda functions cannot be called directly
c) Lambda functions cannot be identified by the functions of the pickle module
d) All lambda functions have the same name, that is, <lambda>