Computer Science, asked by 2867, 2 months ago

Create a program in python using script mode to input two numbers from user and find the sum of these numbers.

Answers

Answered by ishaangarg2006
1

good morning have a great time please follow me

Answered by atrs7391
0

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

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

print ("Sum = ",n1+n2)

Similar questions