From 87bd4b0133fda0fc4aed514a3abab950418a40ff Mon Sep 17 00:00:00 2001 From: mahalakshmi-08 <71280179+mahalakshmi-08@users.noreply.github.com> Date: Sun, 27 Sep 2020 18:07:37 +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..1aa3a2e 100644 --- a/hello.py +++ b/hello.py @@ -1,7 +1,7 @@ -def func (: - print(hello) +def func: + print("hello") func() -prin("hehe") +print("hehe")