Exercises -- Decorators

Write a function that can be applied as a decorator. When applied, this decorator (wrapper) function show trace calls to the functions to which it is applied. Specifically:

What you will learn: