This repository holds the implementation for Task 1 of the ELEV LAB Internship: a simple, yet robust, command-line calculator built with Python.
The project provides standard arithmetic functionality (addition, subtraction, multiplication, and division) and serves as an excellent demonstration of fundamental Python concepts, including function definition and basic error handling.
- Ensure you have Python 3 installed.
- Clone the repository:
git clone https://github.com/Amandeep8130/ELEV_LAB_INTERNSHIP.git - Navigate to the directory and run the script:
python calulator.py