Skip to content

Commit

Permalink
add command not found
Browse files Browse the repository at this point in the history
modified:   lb.py
  • Loading branch information
wish13yt committed Oct 20, 2024
1 parent ec1e3cc commit 57028e0
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 @@ -140,4 +140,7 @@ def cls():
quotient = int(num1) / int(num2)
print(quotient)
code()
code()
else:
print("Command not found")
code()
code()

0 comments on commit 57028e0

Please sign in to comment.