A simple calculator implemented in C and Python, supporting basic arithmetic operations: addition, subtraction, multiplication, and division.
gcc calculator.c -o calculator
./calculator
python calculator.py
git clone https://github.com/dhyaagit/calculators.git && cd calculators
Fork, improve, and submit a pull request!
MIT License - see LICENSE.