Skip to content

Commit

Permalink
Merge branch 'master' of github.com:flaxandteal/python-course
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed May 9, 2023
2 parents af4d3cb + b2d68e2 commit 43bc71b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
16 changes: 0 additions & 16 deletions 019-git/test/example.py

This file was deleted.

9 changes: 9 additions & 0 deletions example.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
"""
This is an example Python file
"""

def capitalize(text):
return text.upper()

if __name__ == "__main__":
print(capitalize("testing"))

0 comments on commit 43bc71b

Please sign in to comment.