From f57addc619ab9fba3a8e9fba9615a2ad9f332e3d Mon Sep 17 00:00:00 2001 From: zack Date: Sun, 5 Apr 2026 11:41:15 -0400 Subject: [PATCH] updating text_utils --- text_utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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() + "!"