Skip to content
This repository was archived by the owner on Aug 20, 2020. It is now read-only.

Commit 74135f4

Browse files
authored
Merge pull request #3 from utk-cs/isaac-zoinks
Zoinks!
2 parents 12b6390 + b70390d commit 74135f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hello.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ def add_numbers(x, y):
77
x = x + y
88
pass
99

10+
def zoinks(zoinks):
11+
print("Zoinks...")
12+
1013
if __name__ == '__main__':
1114
# do something!
1215
pass

0 commit comments

Comments
 (0)