Decorator in Python
decorator is used a lot in python. so how to create a decorator and why you should use it. let's go find the answer!Global variables (global), local variables (local), nonlocal variables in Python
in this python lesson you will learn about global variables, local variables, nonlocal variables in python and the use of these variables.