mirror of
https://github.com/tiennm99/CodePower.git
synced 2026-06-06 18:12:20 +00:00
chore: migrate
This commit is contained in:
@@ -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