Skip to content

Commit 62ed230

Browse files
Merge pull request #3 from harendrasingh98/patch-1
Update Sum_2_numbers.py
2 parents bf16d0f + 8b6dfe7 commit 62ed230

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

SimpleAddition/Sum_2_numbers.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
a=int(input())
2+
b=int(input())
13

4+
Sum=a+b
5+
print (Sum)

0 commit comments

Comments
 (0)