From a6968cf01bd695721d0d68a3be89f2fbf532d572 Mon Sep 17 00:00:00 2001 From: names <130225200+nameswastaken@users.noreply.github.com> Date: Sun, 20 Oct 2024 10:01:08 -0400 Subject: [PATCH] Update lb.py --- lb.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lb.py b/lb.py index 1a6443f..e1d4685 100644 --- a/lb.py +++ b/lb.py @@ -129,6 +129,9 @@ def cls(): print("YOU DUMMY PYTHON 3.8??? THE NEWEST VERSION IS 3.13") print("AND A PIP VERSION FROM 2021?????") code() + if (command == "thiscommanddoesnotexist"): + print("Yes it does.") + code() if (command == "buttcalc"): num1 = input("First number: ") num2 = input("Second number: ") @@ -146,4 +149,4 @@ def cls(): quotient = int(num1) / int(num2) print(quotient) code() -code() \ No newline at end of file +code()