From 201c2bd781d6373b34210279ab13ae6ec4e40649 Mon Sep 17 00:00:00 2001 From: Kabir Jain Date: Sun, 27 Sep 2020 18:04:53 +0530 Subject: [PATCH] Updated --- hello.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/hello.py b/hello.py index d0e1a8a..10e47d7 100644 --- a/hello.py +++ b/hello.py @@ -1,7 +1,5 @@ -def func (: - print(hello) - - +def func(): + print("hello") + func() - -prin("hehe") +print("hehe")