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()