Python Under 5 Minutes: Filter Function

Опубликовано: 15 Сентябрь 2023
на канале: Legion Script
99
3

In this video, we will go over how to use the filter function. The filter function is another high order function that will allow us to filter out a collection of elements based on a function returning True/False. If the function returns True for that element, it will be appended to a new list. The new list is then returned at the end.

Code:
https://github.com/legionscript/Filte...

Free Structured Courses:
https://www.legionscript.com/