From 5da3b8217248ea38a4870ea6fbb0fe52187a8f61 Mon Sep 17 00:00:00 2001 From: amruta1201 <71963063+amruta1201@users.noreply.github.com> Date: Sun, 27 Sep 2020 18:05:48 +0530 Subject: [PATCH] updated --- hello.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hello.py b/hello.py index d0e1a8a..4f7df4d 100644 --- a/hello.py +++ b/hello.py @@ -1,7 +1,7 @@ -def func (: - print(hello) +def func (): + print("hello") func() -prin("hehe") + print("hehe")