mirror of
https://github.com/tiennm99/CodePower.git
synced 2026-06-06 14:11:37 +00:00
5 lines
72 B
Python
5 lines
72 B
Python
a = int(input())
|
|
b = int(input())
|
|
print(a + b)
|
|
print(a - b)
|
|
print(a * b) |