#!/use/bin/python3 # more dummy code for hw def shout(text): return text.upper() + "!"