What is the output of the python code?
num1 = 15
num2 = 12
sum = num1 + num2
print("Sum of {0} and {1} is {2}" .format(num1, num2, sum))

Posted on by