initial commit
This commit is contained in:
6
text_utils.py
Normal file
6
text_utils.py
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/use/bin/python3
|
||||
|
||||
# more dummy code for hw
|
||||
def shout(text):
|
||||
return text.upper()
|
||||
|
||||
Reference in New Issue
Block a user