A mini Python project that evaluates expressions. It takes input expressions, evaluates them, displays the result and shows both the result in a history. You can view the history or delete the most recent entry.
- ➕Evaluate Python expression
- 📁Store expression and result in history
- 📄View history
- ❌Delete the latest entry from history
- Language: Python (no external libraries used)
- File:
code.py-Main program file
Run:
python code.py
Python 3 should be installed
👩💻Created by: Nima Maria Jacob