Discover how IDNLearn.com can help you learn and grow with its extensive Q&A platform. Ask anything and receive prompt, well-informed answers from our community of experienced experts.
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.