updating text_utils

This commit is contained in:
2026-04-05 11:41:15 -04:00
parent e5e0af5881
commit f57addc619

View File

@@ -2,5 +2,4 @@
# more dummy code for hw
def shout(text):
return text.upper()
return text.upper() + "!"