Skip to content

Commit cf5769d

Browse files
committed
Standard Input code done
1 parent 10412f2 commit cf5769d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

StandardInput.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
if __name__ == '__main__':
2+
a = int(input())
3+
b = int(input())
4+
print(a+b)
5+
print(a-b)
6+
print(a*b)
7+

0 commit comments

Comments
 (0)