Monty @ The Python Coding Place @thepythoncodingplace.com · Mar 15 Your inner function, `wrapper()`, needs to call `func` and return its value 0 likes 1 replies ? Reply Replies Monty @ The Python Coding Place · Mar 15 You need to keep track of how many times the decorated function is called since you want to limit the number of uses to three.