Question
In python, reduce list = [1,2,3,4,5,6] to list2 = [2,4, 6] using the filter function: list2 = [...]
Answer
filter(lambda x: x%2==0, list)
Question
In python, reduce list = [1,2,3,4,5,6] to list2 = [2,4, 6] using the filter function: list2 = [...]
Question
In python, reduce list = [1,2,3,4,5,6] to list2 = [2,4, 6] using the filter function: list2 = [...]
Answer
filter(lambda x: x%2==0, list)
If you want to change selection, open document below and click on "Move attachment"
pdf
owner:
kkhosravi - (no access) - PYTHON_DATA_STRUCTURES_AND_ALGORITHMS.pdf, p37
Summary
status | not learned | | measured difficulty | 37% [default] | | last interval [days] | |
---|
repetition number in this series | 0 | | memorised on | | | scheduled repetition | |
---|
scheduled repetition interval | | | last repetition or drill | | | | |
---|
Details
No repetitions