num1=int(input("Enter the first number : "))
num2=int(input("Enter the second number : "))
print ("Sum of the numbers is : ",(num1+num2))