Computer Science, asked by saranshyadav2609, 6 months ago

Q1. Write a program in python to calculate sum of two numbers.
A=600
B= 500
C=A+B
print("Sum of two number is", C)​

Answers

Answered by UrBabee
4

Answer:

.sum of rupees 900 hope it helps u

Answered by atrs7391
0

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

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

print ("Sum = ",n1+n2)

Similar questions