From a048fc3c4033c5c678d15043db221d55807cbc36 Mon Sep 17 00:00:00 2001 From: TropiiDev Date: Wed, 15 Jan 2025 21:40:43 -0500 Subject: [PATCH] Implement a rename for store I changed the name from store in the main menu to school. Allowing users to spend their money to get a better education to get a better job. At this current point in time I do not have a purpose for the store. A future idea could be to allow passive income and the user can spend their money to get more passive income by buying things from the store. --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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