This is my first project ever :) Well i am new to Python and i learnt some basic programming so i thought to make one project. I wil be very thankful if you give a check on my project. This project was made a long time and i released it in Sololearn first and then here. This a calculator project :) This simple math calculator that can:
- Add, Subtract, Multiply, Divide
- Handle invalid input
- Prevent division by zero
- Repeat calculations multiple times
- Clone this repository:
git clone https://github.com/launching1-ux/math-calculator.git- Run the python file (source.py)
python (put your file location here)Or execute it using a code editor like VS Code or Pycharm