1# Store input numbers2num1 = input('Enter first number: ')
3num2 = input('Enter second number: ')
45# Add two numbers6sum = float(num1) + float(num2)
78# Display the sum9print('The sum of {0} and {1} is {2}'.format(num1, num2, sum))
you will get a confirmation link on this - you will have to click that for successful submission of your answer. we require this to keep the website free of spam, bots and unhelpful content
please ensure to add code which is syntactically corrent and executes properly
you will get a confirmation link on this - you will have to click that for successful submission of your question. we require this to keep the website free of spam, bots and unhelpful content