In this Python article, we will discuss every detail about the global keyword and how to use it in functions, nested functions, and modules with some examples.
In this Python article, we will discuss the three different variables namely the Global, local and nonlocal along with suitable examples and implementation.
In this article, we will discuss the Anonymous function, lambda function along with various examples. Use of Filter, Map & Reduce with a lambda function.
In this article, we will learn, What is recursion with some examples and advantages and disadvantages of recursion and What is Tail recursion with an example
We will discuss arguments and their types like Positional, arbitrary, default, keyword argument with examples. Also discussed Pass-by-value & Pass-by-reference.