diff --git a/hello.py b/hello.py index fbdc16a..2482622 100755 --- a/hello.py +++ b/hello.py @@ -7,6 +7,9 @@ def add_numbers(x, y): x = x + y pass +def zoinks(zoinks): + print("Zoinks...") + if __name__ == '__main__': # do something! pass