Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Python Calculator

A simple yet functional command-line calculator built using Python. It supports basic arithmetic operations including addition, subtraction, multiplication, and division.

Features

  • Addition, subtraction, multiplication, and division
  • Interactive command-line interface
  • Input validation and error handling
  • Modular and readable code

Technologies Used

  • Python 3.x
  • Jupyter Notebook

Files

  • Python_Calculator.ipynb: The main notebook containing the calculator logic and user interface

How to Run

  1. Clone the repository or download the .ipynb file
  2. Open in Jupyter Notebook or VSCode with Jupyter extension
  3. Run all cells and follow the prompts

Example

Welcome to Python Calculator!
Enter first number: 10
Enter operation (+, -, *, /): *
Enter second number: 5
Result: 50

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages