Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Which of the following statements about map() and filter() in Python is TRUE?
map()
filter()
filter() always returns a list, even in Python 3.
map() can only be used with functions that return boolean values.
Both map() and filter() return iterators in Python 3, not lists.
map() cannot be used with lambda functions that have multiple arguments.
lambda
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!