English, asked by sharmaashok17899, 2 months ago

what is the title of the quarrel poem​

Answers

Answered by srishtibhasin4
0

Answer:

Explanation:

Python3 program to add two numbers

 

num1 = 15

num2 = 12

 

# Adding two nos

sum = num1 + num2

 

# printing values

print("Sum of {0} and {1} is {2}" .format(num1, num2, sum))

Similar questions