Task Title: Python: Classes and Objects Back End Python Created 05-04-2021 22:15:34
Budget App Create a Budget class that can instantiate objects based on different budget categories like food, clothing, and entertainment. These objects should allow for
- Depositing funds to each of the categories
- Withdrawing funds from each category
- Computing category balances
- Transferring balance amounts between categories
Push your code to GitHub, and submit the repo link. my class code is in the budget.py file and my main code for instance objects is in main.py. pls comment my weakness