In this video you will learn,
What is nested function in python?
What is a non-local keyword in python.
What is enclosing scope in python?
What is a nested function in python?
Nested function is a function which is defined inside another function.