From de552668237216c8ba70c738c97aa1cc0094d9d3 Mon Sep 17 00:00:00 2001 From: Tiyler Gratz <149976620+Echonove@users.noreply.github.com> Date: Fri, 7 Feb 2025 09:07:37 -0600 Subject: [PATCH] Added a closing Added a closing to say "bye" to users --- bye.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 bye.py diff --git a/bye.py b/bye.py new file mode 100644 index 0000000..890d91a --- /dev/null +++ b/bye.py @@ -0,0 +1 @@ +print("Bye!") \ No newline at end of file