From b0397268321dfacbcf66907483a312605b4772fe Mon Sep 17 00:00:00 2001 From: Jordan1-34 <131589592+Jordan1-34@users.noreply.github.com> Date: Sat, 3 Aug 2024 21:08:36 +0100 Subject: [PATCH] Update 028_logic.py --- 028_logic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/028_logic.py b/028_logic.py index a861f758..d4f70653 100644 --- a/028_logic.py +++ b/028_logic.py @@ -42,7 +42,7 @@ def starts_with_x_or_y(the_str): # I've started it for you. -print("") +print("a_or_b") print("Function: a_or_b") def a_or_b(a, b):