+ 6
Decorators and the use of the @ sign
How can the function print_text when called, in turn calls decor and yet decor is not even within the function print_text
2 Réponses
+ 1
Here is an explanation of the decorator usage:
https://code.sololearn.com/cD09ijlIS6Ev/?ref=app
0
are you talking about a particular code?