Python Programming - Lambda Functions - Discussion

Discussion Forum : Lambda Functions - General Questions (Q.No. 42)
42.
Which built-in function can be used with a lambda function to find the sum of values in an iterable?
sum()
max()
len()
filter()
Answer: Option
Explanation:
The sum() function can be used with a lambda function to find the sum of values in an iterable based on the lambda function's criteria.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.