Junior — Senior
Creating a decorator to count successful function calls
livecode
Task condition
Develop a decorator that keeps track of the number of successful function calls. A successful call is defined as a situation where the function completes without raising an exception.