2 lines
73 B
Python
2 lines
73 B
Python
while (n := list(map(int, input().split()))) != [0,0] :
|
|
print(sum(n)) |
while (n := list(map(int, input().split()))) != [0,0] :
|
|
print(sum(n)) |