From 1ba00873ff5d6abdad20056eab2df56857d68f51 Mon Sep 17 00:00:00 2001 From: Hyndhavi sibbala <69784320+hyndhavigithub@users.noreply.github.com> Date: Sun, 27 Sep 2020 20:08:02 +0530 Subject: [PATCH] updated --- hello.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hello.py b/hello.py index d0e1a8a..05ed727 100644 --- a/hello.py +++ b/hello.py @@ -1,7 +1,7 @@ -def func (: - print(hello) +def func () + print("hello") func() -prin("hehe") +print("hehe")