Skip to content

A simple yet powerful command-line calculator built in Python as part of my internship project. This tool supports basic arithmetic operations and provides an interactive experience directly in the terminal.

Notifications You must be signed in to change notification settings

Amandeep8130/ELEV_LAB_INTERNSHIP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Python Command-Line Calculator

About The Project

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.

How to Run

  1. Ensure you have Python 3 installed.
  2. Clone the repository: git clone https://github.com/Amandeep8130/ELEV_LAB_INTERNSHIP.git
  3. Navigate to the directory and run the script: python calulator.py

About

A simple yet powerful command-line calculator built in Python as part of my internship project. This tool supports basic arithmetic operations and provides an interactive experience directly in the terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages