From e978b79e855af40d342a88a2571aad14c148176c Mon Sep 17 00:00:00 2001 From: Wish <100239673+wish13yt@users.noreply.github.com> Date: Sun, 20 Oct 2024 07:52:11 -0500 Subject: [PATCH] modified: lb.py --- lb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lb.py b/lb.py index b9a0632..69b391a 100644 --- a/lb.py +++ b/lb.py @@ -141,6 +141,6 @@ def cls(): print(quotient) code() else: - print("Command not found") + print("'" + command + "' is not recognized as a command.") code() code() \ No newline at end of file