A simple Python command-line calculator that performs basic arithmetic operations like addition, subtraction, multiplication, division, floor division, and exponentiation.
It also remembers the last result (ANS) for reuse in the next calculation.
- Supports
+,-,*,/,//,**, and^operators - Handles invalid inputs and division by zero
- Remembers the previous answer (
ANS) - Lightweight and beginner-friendly
- Clone this repository:
git clone https://github.com/srinivasagudi0/basic-calculator.git