Answer Posted / chaitanya
A higher-order function accepts one or more functions as input and returns a new function. Sometimes it is required to use function as data
To make high order function , we need to import functools module
The functools.partial() function is used often for high order function.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Who created the Python programming language?
What is the difference between python and shell scripting?
Can you make a website with python?
How to send a object and its value to the garbage collection?
What are the built-in type does python provides?
How do you protect python source code?
What are the types of variables in python?
What is tuple unpacking?
What is meant by instantiating a class?
Is geany good for python?
List out loop breaking functions?
Which method will be used to delete a file ?
What does super () mean in python?
How will you reverse a list?
What is speech_recognition? Does this ship with python by default?