Exercise: Apply a decorator with @

The decorator shout is already defined. Add the @shout line above greet so calling greet() returns the upper case version.
Python
Setting up Python environment...
Output