We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf16d0f + 8b6dfe7 commit 62ed230Copy full SHA for 62ed230
1 file changed
SimpleAddition/Sum_2_numbers.py
@@ -1 +1,5 @@
1
+a=int(input())
2
+b=int(input())
3
4
+Sum=a+b
5
+print (Sum)
0 commit comments