My issue
write the code
My code
# cook your dish here
x = int(input())
for tc in range(x):
(n,m)= map(int,input().split(' '))
temp = a+b
print(temp)
Learning course: Practice Python
Problem Link: CodeChef: Practical coding for everyone