Skip to content

Commit

Permalink
Update lb.py
Browse files Browse the repository at this point in the history
sorry wish, I know I'm dumb :(
  • Loading branch information
Squirrel authored Oct 20, 2024
1 parent 9740e2e commit d97ebc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lb.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def cls():
quotient = int(num1) / int(num2)
print(quotient)
code()
if (command == "dungeon");
if (command == "dungeon"):
print("Freakybob keeps me in his dungeon all day. I want out. help")
code()
code()

0 comments on commit d97ebc1

Please sign in to comment.