Decorators are an extremely useful feature in Python language that allows programmers to change the behaviour of a function without changing the function. Sounds strange? Well Don't worry because
In this post, We are going to:-
1. Understand what are decorators and how they work.
2. How