Python Programming - Lambda Functions - Discussion

Discussion Forum : Lambda Functions - General Questions (Q.No. 38)
38.
Which of the following built-in functions can be used to find the length of a list of strings using a lambda function?
len()
map()
reduce()
filter()
Answer: Option
Explanation:
The len() function can be used with a lambda function to find the length of a list of strings.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.