Answer Posted / nashiinformaticssolutions
A closure occurs when a function is defined inside another function and references variables from the outer function's scope. It allows the inner function to retain access to variables from the outer function even after the outer function has finished executing
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is python supports multithreading?
Is python 3gl or 4gl?
What is n in python?
Describe about the libraries of python?
Should a function always return a value python?
What is the difference between range & xrange? Explain?
Why python is popular nowadays?
How do you use super in python?
What is the best tutorial for python?
Explain the use of try: except raise, and finally?
State and explain about strings?
What is raw_input?
Is indentation required in python?
Which is better python or r?
What happens when you execute the statement mango=banana in python?