So I have a jupyter notebook in which I am playing around with python decorators to learn. I typed the following:
def dec(func): def inner(): prin