From bdb92e6e0b6523a268885dfb5b2d47aa18101e7f Mon Sep 17 00:00:00 2001 From: Megasyam <71930095+Megasyam@users.noreply.github.com> Date: Sun, 27 Sep 2020 18:06:38 +0530 Subject: [PATCH] Fixed the changes in the code --- 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")