What is filter python?
Answer / Diwakar Rai
Filter in Python is a higher-order function that takes another function (often called a predicate) as an argument and applies it to each item of the given iterable (list, tuple, dictionary keys, etc.). The filtered items are then returned as a new iterable or list.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does float () do in python?
Is there a way to remove the last object from a list?
Explain raise keyword?
What is __init__.py used for?
What is kwargs in python?
What is a frozen set in python?
Write a program to check whether the object is of a class or its subclass.
Is geany free?
Is python a shell script?
Who created the Python programming language?
What is pydoc command?
What is the best interpreter for python?