From 5fdc864e5db4f86d5b19ba2b34c907952c958771 Mon Sep 17 00:00:00 2001 From: ajit5230 <74828228+ajit5230@users.noreply.github.com> Date: Sun, 23 Oct 2022 03:06:14 +0530 Subject: [PATCH] Update main.py --- main.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/main.py b/main.py index cbe10a1..71e7f2e 100644 --- a/main.py +++ b/main.py @@ -1,9 +1,7 @@ def hello(): print("hi") - - -def bye(): - print("bye") + def bye(): + print("bye") print(hello())