This is an DIY calculator built with Python that can perform basic arithmetic operations, exponentiation, modulus operations, and square root calculations. It also includes features like calculation history and memory storage.
- Basic Operations: Addition, Subtraction, Multiplication, and Division
- Advanced Operations: Exponentiation, Modulus, Square Root
- Memory Feature: Store and reuse the result of the last operation
- History Feature: View the history of all calculations performed in the session
- Continuous Operation: Perform multiple calculations without restarting the program