5 lines
46 B
Python
5 lines
46 B
Python
|
a = int(input())
|
||
|
b = int(input())
|
||
|
|
||
|
print(a+b)
|