From 795d91561c2072f893b90b8acbb4b8b8ce4c8584 Mon Sep 17 00:00:00 2001 From: Andrew Artates Date: Tue, 1 Oct 2019 16:25:09 -0400 Subject: [PATCH] add_numbers changed --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index 72647ca..8c08dfb 100755 --- a/hello.py +++ b/hello.py @@ -4,7 +4,7 @@ def helloworld(): pass def add_numbers(x, y): - pass + return x+y if __name__ == '__main__': # do something!