From 880bb7b6b6ba6713e651471fbfc452911be3fb59 Mon Sep 17 00:00:00 2001 From: parth58199 <72189865+parth58199@users.noreply.github.com> Date: Fri, 2 Oct 2020 11:46:10 +0530 Subject: [PATCH] Update hello_world.py simple way --- python_hello/hello_world.py | 1 + 1 file changed, 1 insertion(+) 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")