Program to print addition of two numbers in Python

 a=input("Enter first number")

b=input("Enter second number")

c=float(a) + float(b)

print("Addition of {0} and {1} is {2}".format(a,b,c))


Comments

Popular posts from this blog

Data Science Matplotlib Library Data Visualization, ASSIGNMENT - 6, GO_STP_8113