Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 888 Bytes

File metadata and controls

26 lines (23 loc) · 888 Bytes

Simple Calculator With History

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.


✨Featues

  • ➕Evaluate Python expression
  • 📁Store expression and result in history
  • 📄View history
  • ❌Delete the latest entry from history

📂Project Structure

  • Language: Python (no external libraries used)
  • File: code.py -Main program file

How to run

Run:

python code.py

Python 3 should be installed


👩‍💻Created by: Nima Maria Jacob