Skip to content

Conversation

@siddharthnarula
Copy link

Merge pull request #12 from hnishal/changes
`
num1 = input('Enter first number: ')
num2 = input('Enter second number: ')

Add two numbers

sum = float(num1) + float(num2)

Display the sum

print('The sum of {0} and {1} is {2}'.format(num1, num2, sum))
`

Merge pull request #12 from hnishal/changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants