From 1e491ae47f289d4514a6c890367ff846d8bb0fba Mon Sep 17 00:00:00 2001 From: Jazmin Alexis Gurganus Date: Tue, 1 Oct 2019 16:33:15 -0400 Subject: [PATCH] give me my one point --- hello.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.py b/hello.py index 72647ca..98ad5bb 100755 --- a/hello.py +++ b/hello.py @@ -1,6 +1,7 @@ #!/usr/bin/env python3 def helloworld(): + print("henlo"); pass def add_numbers(x, y):