From 61d81c3298c4a9aa5b765678fc549357e6b8841d Mon Sep 17 00:00:00 2001 From: harshitha2001varma <71930153+harshitha2001varma@users.noreply.github.com> Date: Sun, 27 Sep 2020 18:08:16 +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")