#sum of two numbers
n1=int(input('Enter first number to add:'))
n2=int(input('Enter second number to add:'))
sum1=n1+n2
print("The total value is ",sum1)
Here the code above will just add the two numbers entered. As easy as that.
Comments
Ad Blocker Detected
Ads help us finance our site, please disable the ad blocker and help us provide you with exclusive content. Thank you for your support.
Comments
Post a Comment