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
What is a panda in python?
Is python a nonetype?
How do I run a py file in python shell?
What is the starting point of python code execution?
What is list comprehension? Give an example.
python is case sensitive ?
What is the best tutorial for python?
Why don’t python lambda have any statement?
What is raw_input in python 3?
What is dataframe in python?
Point out the use of help() function?
What do you mean by ‘suites’ in python?
Which package is the fastest form of python?
What is lambda function in python?
What is import time in python?