We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ae10f commit 2e28bfbCopy full SHA for 2e28bfb
Arithmetic Operators/main.py
@@ -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