#Expense Tracker A command-line expense tracker built in Python.
-Add expenses with a name, amount, and category -View a summary of all expenses -saves data to a JSON file so expenses persist between sessions
- Make sure Python is installed
- Run: python expenses.py
- Functions and return values
- Lists of dictionaries
- Reading and writing JSON files