From 941ad8f1bf3de2c671cd8e407229b30787a899f8 Mon Sep 17 00:00:00 2001 From: SRAVYA-VANI <70704736+SRAVYA-VANI@users.noreply.github.com> Date: Thu, 1 Oct 2020 18:02:53 +0530 Subject: [PATCH] Update hello.py --- hello.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hello.py b/hello.py index d0e1a8a..fb40341 100644 --- a/hello.py +++ b/hello.py @@ -1,7 +1,7 @@ -def func (: - print(hello) +def func (): + print('hello') func() -prin("hehe") +print("hehe")