# Python Decorators * A decorator is used to allow us to do something before and/or after a function is called. --- Date: 20210903 Links to: Tags: References: * []()