Skip to content

zurainhah/calulator-in-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

calulator-in-python

My all project about python language because i am a python developer in Lahore Pakistan. num1 = int(input("Enter a value1 :-")) num2 = int(input("Enter a value2 :-")) oprator = input("Enter the opr..(+,-,/)") if oprator == '+': print(num1+num2) if oprator == '-': print(num1-num2) if oprator == '': print(num1num2) if oprator == '/': print(num1/num2) if oprator != '+' and oprator != '-' and oprator !='' and oprator != '/': print("invilad oprator ")

About

My all project about python language because i am a python developer in Lahore Pakistan.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published