diff --git a/main.py b/main.py index d1e4086..3989378 100644 --- a/main.py +++ b/main.py @@ -107,7 +107,7 @@ Great job today! time.sleep(3) return # end balance - # TODO: Add setup, store, and inventory + # TODO: Add school and inventory # begin deposit elif option == "deposit": amount = int(input("How much would you like to deposit? ")) @@ -153,7 +153,7 @@ Options: setup - enter the user configuration menu balance - view your balance jobs - view and apply for jobs - store - spend your hard earned cash + school - go to school inventory - view your inventory deposit - deposit some of your cash into your bank account withdraw - take some money out of your bank account