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