From bc5cdd706ad64b42e790fce9e8ed904623c69566 Mon Sep 17 00:00:00 2001 From: Sujan Rokaya <92717662+Sujan4200@users.noreply.github.com> Date: Tue, 23 Apr 2024 06:12:30 -0400 Subject: [PATCH] Update main.py --- main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.py b/main.py index cbe10a1..cba076b 100644 --- a/main.py +++ b/main.py @@ -1,9 +1,7 @@ def hello(): print("hi") - def bye(): print("bye") - print(hello())