Initial commit

This commit is contained in:
2023-08-23 11:11:51 -04:00
commit 32bdc6a287
16 changed files with 694 additions and 0 deletions

3
print_things.py Normal file
View File

@ -0,0 +1,3 @@
def print_the_world():
print("the world")