From 57028e0dca42363f11947d89109c6bc07b3994e6 Mon Sep 17 00:00:00 2001 From: Wish <100239673+wish13yt@users.noreply.github.com> Date: Sun, 20 Oct 2024 07:44:54 -0500 Subject: [PATCH] add command not found modified: lb.py --- lb.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lb.py b/lb.py index 8e08292..b9a0632 100644 --- a/lb.py +++ b/lb.py @@ -140,4 +140,7 @@ def cls(): quotient = int(num1) / int(num2) print(quotient) code() -code() + else: + print("Command not found") + code() +code() \ No newline at end of file