Exercise: Decorator that prints around the call

Inside the wrapper, append 'before' to log, call func(), then append 'after'. Don't forget to return the call result.
Python
Setting up Python environment...
Output