Let's do this in steps. First, change the name of the `limit_to_three_uses()` decorator to a generic name, such as `decorator()`. You'll see that this function name will no longer be exposed to the global scope in the next step, so it doesn't matter what you name it.
0 likes 1 replies
?