Computer Science, asked by antrikshkasana7, 6 months ago

Write a program in Python to calculate sum of two numbers​

Answers

Answered by banna260694
3

Answer:

in which class u r so that I can elaborate more to u

Answered by atrs7391
0

n1 = int(input("Enter 1st Number")

n2 = int(input("Enter 1st Number")

print ("Sum = ",n1+n2)

Similar questions