Python Programming - Lambda Functions - Discussion

Discussion Forum : Lambda Functions - General Questions (Q.No. 19)
19.
Which built-in function can be used to find the minimum value in an iterable using a lambda function?
sum()
min()
reduce()
filter()
Answer: Option
Explanation:
The min() function can be used with a lambda function to find the minimum value 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.