From 8dbd69b0f71e327ba73f0c4a70b8f4fdc894c141 Mon Sep 17 00:00:00 2001 From: avinash-2000 <71930072+avinash-2000@users.noreply.github.com> Date: Sun, 27 Sep 2020 18:04:56 +0530 Subject: [PATCH 1/2] fixed the bugs --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index d0e1a8a..6ddb077 100644 --- a/hello.py +++ b/hello.py @@ -1,4 +1,4 @@ -def func (: +def func(): print(hello) From 6d54d8085a73492befc3ddbd259bd39c47c4f042 Mon Sep 17 00:00:00 2001 From: avinash-2000 <71930072+avinash-2000@users.noreply.github.com> Date: Sun, 27 Sep 2020 18:07:21 +0530 Subject: [PATCH 2/2] Update hello.py --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index 6ddb077..d9dc425 100644 --- a/hello.py +++ b/hello.py @@ -4,4 +4,4 @@ def func(): func() -prin("hehe") +print("hehe")