What is a decorator?
What is a decorator?
a. A decorator is a built-in data type in Python.
b. A decorator is a design pattern in Python that allows the user to add new functionality to an existing object without modifying its structure.
c. A decorator is another form of comments that is taken into account when creating documentation.