Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 293bf15

Browse files
authoredFeb 19, 2020
Update Arithmetic Operators.py
1 parent 302faa2 commit 293bf15

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎Arithmetic Operators.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
https://ide.geeksforgeeks.org/G93u0Np7c2
1+
# https://ide.geeksforgeeks.org/G93u0Np7c2
2+
a = int(input())
3+
b = int(input())
4+
print(a+b)
5+
print(a-b)
6+
print(a*b)

0 commit comments

Comments
 (0)
Please sign in to comment.