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.
Premium
Python
Setting up Python environment... Output
Setting up Python environment...