Develop a console-based Expense Tracker application in Python that allows users to monitor and manage their daily expenses. This project will help you practice fundamental Python concepts such as data structures, file handling, user input, and functions.
- Functionality: Allow users to input new expenses with the following details:
- Amount: A positive number representing the cost.