This repository contains a simple calculator program developed in Python.
To use this calculator, you will need to have Python installed on your computer. Once you have installed Python, you can clone this repository using the following command.
git clone https://github.com/divyanshi-0402/Calc.git
To use the calculator, open a terminal or command prompt and navigate to the directory where the repository was cloned. Then, run the following command:
python SimpleCalc.py
You can use the calculator to perform basic arithmetic operations like addition, subtraction, multiplication, and division.