From 25717ce8aa5f8f621ef68a474429bff55158c554 Mon Sep 17 00:00:00 2001 From: SharmilaRouthu <71929994+SharmilaRouthu@users.noreply.github.com> Date: Sun, 27 Sep 2020 18:07:02 +0530 Subject: [PATCH] Updated the source --- hello.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hello.py b/hello.py index d0e1a8a..04f1b88 100644 --- a/hello.py +++ b/hello.py @@ -1,7 +1,7 @@ -def func (: - print(hello) +def func(): + print("hello") func() -prin("hehe") +print("hehe")