Files
homework-6/text_utils.py
2026-04-05 11:38:20 -04:00

7 lines
87 B
Python

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