We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13cfc69 commit 0486f6eCopy full SHA for 0486f6e
addition
@@ -0,0 +1,6 @@
1
+num1 = int(input("Enter First Number: ")
2
+num2 = int(input("Enter Second Number: ")
3
+
4
+sum = num1+num2
5
6
+print(""Sum of {0} and {1} is {2}" .format(num1, num2, sum))
0 commit comments