Next, you can enclose all of this code–the decorator with its inner function–within another function. You can call this `limit_uses()`. This is the function you'll use in your code to decorate other functions. It accepts one parameter in this case.
0 likes 1 replies
?