Python Programming - Lambda Functions - Discussion

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