-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The decorator section and exercises currently only contains wrapper functions that print stuff.
There should be an example of a wrapper function that returns something. Or, at the very least, an explanation that a return
is needed if one want the decorated function to return anything other than ´None
.
A good reference: https://realpython.com/primer-on-python-decorators/
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request