Asked • 05/08/19

How to make a chain of function decorators?

How can I make two decorators in Python that would do the following? @makebold @makeitalic def say(): return "Hello"...which should return: "<i>Hello</i>"I'm not trying to make `HTML` this way in a real application - just trying to understand how decorators and decorator chaining works.

1 Expert Answer

By:

Zachary F. answered • 07/24/21

Tutor
4.9 (129)

Basic Math, General Computer Skill, and Python3 Tutor

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.