a. lambda function cannot be used with reduce( ) function.
Answer
False
b. lambda, map( ), filter( ), reduce( ) can be combined in one single
expression.
Answer
True
c. Though functions can be assigned to variables, they cannot be called
using these variables.
Program
False
d. Functions can be passed as arguments to function and returned from
function.
Program
True
e. Functions can be built at execution time, the way lists, tuples, etc. can
be.
Program
True
f. Lambda functions are always nameless.
Program
True
0 Comments:
Post a Comment