Exercise: Write a simple decorator
Inside shout, define an inner function wrapper() that calls func() and returns the result in upper case. Then return the inner function.
Python
Setting up Python environment... Output
Setting up Python environment...