Function Decorators in python

Опубликовано: 19 Май 2026
на канале: MP Coding
179
8

A decorator is a function that modifies another function’s behavior without changing its actual code. It wraps around a function, adding extra functionality before or after it runs.

full post :-   / python-function-decorators  

Notebook :- https://github.com/madhawapolkotuwa/P...

#indian