Skip to content

Commit ceb902a

Browse files
Update arithmetic
1 parent a5687d2 commit ceb902a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

arithmetic

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,3 @@ Sample Output 0
2929

3030

3131
----------------------------------------------------------------------------------------------------------------------------------
32-
import math
33-
import sys
34-
35-
a= int(input())
36-
b= int(input())
37-
38-
39-
print ("%d" %(a+b))
40-
print ("%d"%(a-b))
41-
print ("%d" %(a*b))

0 commit comments

Comments
 (0)