diff --git a/python_hello/hello_world.py b/python_hello/hello_world.py index 7cb0d60..fd83d81 100644 --- a/python_hello/hello_world.py +++ b/python_hello/hello_world.py @@ -2,3 +2,4 @@ def hello_world(): return "hello " + world.world() +print("hello world")