Files
homework-6/text_utils.py
2026-04-05 11:41:15 -04:00

6 lines
92 B
Python

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