A simple command line calculator written in Python.
- Basic arithmetic operations (+, -, *, /)
- Additional math functions (square root, power)
- Command line interface
- History of calculations
- Clone the repository
- Run python calci.pyin terminal
- Enter mathematical expressions when prompted
- Type 'exit' to quit the calculator
> 2 + 2
4
> 5 * 3
15
> sqrt(16)
4
- May 12-21: Initial development and feature additions
Contributions welcome! Please feel free to submit a Pull Request.