diff --git a/text_utils.py b/text_utils.py index 336fb91..9818baf 100644 --- a/text_utils.py +++ b/text_utils.py @@ -2,5 +2,4 @@ # more dummy code for hw def shout(text): - return text.upper() - + return text.upper() + "!"