How to use filter() in Python 3 to write a program

Publié le: 10 juillet 2017
sur la chaîne: Cool Python Codes
58
0

Let’s be practical, when you pour water that has particles into a filter, the water passes through the filter but the particles remain in the filter.

A filter function does the work of a filter.

A filter() function returns a sequence for which a function is true, I.e. the items you don’t want are discarded.

The syntax of the filter() function is:

list(filter(Boolean_function, sequence))

What I mean by a Boolean_function is a user-define function that returns a True or False value

Thank you so much for watching!

If you’d like to see more about filter(), map() and lambda, head over to http://coolpythoncodes.com/python-fun... for more free content.


Sur cette page du site, vous pouvez voir la vidéo en ligne How to use filter() in Python 3 to write a program durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Cool Python Codes 10 juillet 2017, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 58 fois et il a aimé 0 téléspectateurs. Bon visionnage!