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):