From 0719a18e2bff074cbcf1d4b3b74184072aef600b Mon Sep 17 00:00:00 2001 From: Santoshkumar5509 <71931680+Santoshkumar5509@users.noreply.github.com> Date: Sun, 27 Sep 2020 18:05:17 +0530 Subject: [PATCH] Fixed some --- hello.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hello.py b/hello.py index d0e1a8a..2635b51 100644 --- a/hello.py +++ b/hello.py @@ -1,7 +1,7 @@ -def func (: - print(hello) +def func () + print("hello") -func() +function() -prin("hehe") +print ()