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
How is Python used in web development?
What is the purpose of the single underscore “_” variable in python?
Which programming language is best for finance?
What does end do in python?
Whats the difference between input() and raw_input()?
What is a private method?
What does Django mean in Python?
What is the best front end for python?
Where can I learn python for free?
How will you convert an integer to a hexadecimal string in python?
Can a class be static?
Are functions objects in python?
Can you build web apps with python?
which statement is used to take a decision based on the comparison?
What does tuple mean?