create dev channel
This commit is contained in:
5
zeta/py/completed/2338.py
Normal file
5
zeta/py/completed/2338.py
Normal file
@@ -0,0 +1,5 @@
|
||||
A = int(input())
|
||||
B = int(input())
|
||||
print(A + B)
|
||||
print(A - B)
|
||||
print(A * B)
|
||||
Reference in New Issue
Block a user