I didn't understand the decorators

I didn’t get the decorators part. So, I need some help

Hello @PARUPALLI_ATCHUTA_RAMA_RAO,
A decorator is a design pattern in Python that allows a user to add new functionality to an existing object without modifying its structure. Decorators are usually called before the definition of a function you want to decorate.
Like here in the tutorial decorator function takes the the function as argument. But python provides easier way to create decorators by @ symbol before the function we’d like to decorate.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.