IDNLearn.com provides a collaborative environment for finding accurate answers. Discover reliable and timely information on any topic from our network of experienced professionals.
Answer:
Returning function
Explanation:
As functions are objects, we can also return a function from another function. In the below example, the create_adder function returns adder function.