
Jorge Alberto Guevara Bohórquez
Pregunta¿Qué es un decorador?

SERGIO ANDRES HERRERA VELASQUEZ
Echále una revisada a este artículo https://moez-62905.medium.com/decorating-your-python-code-a-beginners-guide-to-decorators-3bedb022cfe7
"Decorators are a special type of function in Python that are used to modify or extend the behavior of other functions or classes. They allow developers to add additional functionality to existing code, without having to make any changes to the underlying code."

Omar Daniel Centeno
Hola
Es una función que acepta a otra función para modificarla. Te recomiendo que tomes el módulo de funciones avanzadas del Curso Profesional de Python en donde se desglosa este tema.