Question: given a list of numbers, use the filter function to create a list of even numbers then use a lambda function to add 10
given a list of numbers, use the filter function to create a list of even numbers then use a lambda function to add 10 to each value in this list in python
Step by Step Solution
3.51 Rating (158 Votes )
There are 3 Steps involved in it
In Python you can use the filter function along with a lambda function to create a list of even numbers from a given list and then you can use another ... View full answer
Get step-by-step solutions from verified subject matter experts
