Skip to content

mdkhademali/python-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Python Calculator

A simple Python program that performs basic arithmetic operations such as addition, subtraction, multiplication, and division. It allows users to input two numbers and choose an operation.

Features

  • Addition
  • Subtraction
  • Multiplication
  • Division

Example

Choose an operation:

  1. Add (+)
  2. Subtract (-)
  3. Multiply (*)
  4. Divide (/)

What operation would you like to perform? (1/2/3/4): 1 Enter the first number: 5 Enter the second number: 3 5.0 + 3.0 = 8.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages