Skip to content

Commit 2e28bfb

Browse files
author
IsratIJK
committed
Solved 3rd problem
1 parent a1ae10f commit 2e28bfb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Arithmetic Operators/main.py

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
a=int(input())
2+
b=int(input())
3+
print(a+b)
4+
print(a-b)
5+
print(a*b)

0 commit comments

Comments
 (0)