Skip to content

Commit 3daf767

Browse files
calculator for only addition
adds your two numbers
1 parent 1f301e7 commit 3daf767

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

calculator

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
x = int(input("first no.--) ")
2+
y = int(input("scond no.--) ")
3+
z = x + y
4+
print(z)

0 commit comments

Comments
 (0)