This is a basic command-line calculator built using Python.
It allows users to perform simple mathematical operations.
- Addition
- Subtraction
- Multiplication
- Division
- Square of a number
- Python (Basics)
- Make sure Python is installed on your system
- Download or clone this repository
- Open terminal or command prompt
- Run the program:
python calculator.py