Skip to content

vividly789/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#This is an attemp to try Jenkins #any thing changed? #lets check it!

calculator

a python program to calculate #To MAKE A CALCULATOR

n1=float(input("enter the first number:")) oper=input("Enter the operator:") n2=float(input("enter the second number:")) if oper=="+" : print(n1+n2) elif oper=="-" : print(n1 - n2) elif oper=="*" : print(n1 * n2) elif oper=="/" : print(n1 / n2) else: print("invalid entry")

About

a python program to calculate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages