Skip to content

Commit

Permalink
Update lb.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nameswastaken authored Oct 20, 2024
1 parent b992909 commit a6968cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lb.py
Original file line number Diff line number Diff line change
Expand Up @@ -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: ")
Expand All @@ -146,4 +149,4 @@ def cls():
quotient = int(num1) / int(num2)
print(quotient)
code()
code()
code()

0 comments on commit a6968cf

Please sign in to comment.