Question 466: In Python, what is the purpose of thefilter()function when used with lambda functions?
tcs
wipro
infosys
general
aptitude
lambda-functions
Thefilter()function is used to create a filter object that includes only the elements from an iterable for which the lambda function returnsTrue.