Number1 = int(input("Enter a number 1 : "))
Number2 = int(input("Enter a number 2 : "))
sum = Number1+Number2
print("The Sum of the Two numbers is : ", sum)
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter