Skip to content

yugcpatel/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

calculator

#my name is yug print("num1") num1 = float(input())

print("num2") num2 = float(input())

print("num 1 / num 2 =", (num1)/(num2)) #print((num1)/(num2))

print("num 1 * num 2 =", (num1)(num2)) #print((num1)(num2))

print("num 1 + num 2 =",(num1)+(num2)) #print((num1)+(num2))

print("num 1 - num 2 =",(num1)-(num2)) #print((num1)-(num2))

print (" ^ is Your ans. enter to exit") num3 = input()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks