This project is a Python script (calculator.py
) that acts as a simple calculator.
It asks the user to enter two numbers and an operator, then calculates and prints the result.
Supported operators:
+
β Addition-
β Subtraction*
β Multiplication/
β Division%
β Modulus (remainder)**
β Exponent (power)
- Open your terminal.
- Run the script with Python:
python3 calculator.py