initial commit

This commit is contained in:
2026-04-05 11:38:20 -04:00
parent 689e2b84db
commit e5e0af5881
2 changed files with 11 additions and 0 deletions

6
text_utils.py Normal file
View File

@@ -0,0 +1,6 @@
#!/use/bin/python3
# more dummy code for hw
def shout(text):
return text.upper()