Skip to content

Commit

Permalink
pull out example.py
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed May 4, 2023
1 parent 3e00d1a commit b2d68e2
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 b2d68e2

Please sign in to comment.