Skip to content

sammyss12345/simple-python-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Simple Python Calculator

This is basic Python program that ask the user to input two numbers and a mathematical operation('+' , '-' , '/' , '*'). it then performs the operation and prints the result.

Example

Enter the first number: 10

Enter the second number: 5

Enter an operation(+,-,/,*):10.0 + 5.0 = 15.0

About

A simple python script to perform basic arithmetic operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages