Files
CodeObject/storage/zeta/py/completed/2338.py

6 lines
73 B
Python

A = int(input())
B = int(input())
print(A + B)
print(A - B)
print(A * B)