From d8591e936089f10bdfddf7aa2946e9de89f6ed11 Mon Sep 17 00:00:00 2001 From: Sushma palli <69786123+sushma23github@users.noreply.github.com> Date: Sun, 27 Sep 2020 22:30:11 +0530 Subject: [PATCH] Update hello.py fixed the repository --- hello.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello.py b/hello.py index d0e1a8a..08e1700 100644 --- a/hello.py +++ b/hello.py @@ -1,5 +1,5 @@ -def func (: - print(hello) +def func(): + print("hello") func()