Python: Closures & Decorator
First Class functions are just like objects. You can pass them as an argument to other functions or you can return them from another function.
Closures take advantage of this feature. It remembers variables defined in the outer function even if it is...
sujeet-agrahari.hashnode.dev1 min read