From 402c29238bdb995b00c0e51c5c0d1550afd49a6b Mon Sep 17 00:00:00 2001 From: chakri-hash <69791496+chakri-hash@users.noreply.github.com> Date: Sun, 27 Sep 2020 18:08:14 +0530 Subject: [PATCH] Update hello.py --- hello.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello.py b/hello.py index d0e1a8a..76cbe7f 100644 --- a/hello.py +++ b/hello.py @@ -1,5 +1,5 @@ -def func (: - print(hello) +def func : + print("hello") func()