From 297587c0c6fa02b86fd85ac2b361d69ee14a398c Mon Sep 17 00:00:00 2001 From: thakur12707 <69754241+thakur12707@users.noreply.github.com> Date: Sun, 27 Sep 2020 18:04:38 +0530 Subject: [PATCH] changed some errors --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index d0e1a8a..45c2403 100644 --- a/hello.py +++ b/hello.py @@ -1,5 +1,5 @@ def func (: - print(hello) + print("hello") func()