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

Commit

Permalink
Zoinks...
Browse files Browse the repository at this point in the history
  • Loading branch information
isikkema committed Oct 1, 2019
1 parent dc81827 commit b70390d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hello.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ def helloworld():
def add_numbers(x, y):
pass

def zoinks():
print("Zoinks!")
def zoinks(zoinks):
print("Zoinks...")

if __name__ == '__main__':
# do something!
Expand Down

0 comments on commit b70390d

Please sign in to comment.