Help me in solving GDTURN problem

My issue

My code

# cook your dish here
x = int(input())
y = int(input())
if (x+y > 6):
    print("yes")
else:
    print("no")

Problem Link: GDTURN Problem - CodeChef

@poojadagar2001
U have to put the code in test case loop and write yes and no in upper case.
and also put \n after each output.