Help me in solving GDTURN problem

My issue

My code

T=int(input())
if(int x+y>6)
print(yes)
else
print(no)

Problem Link: GDTURN Problem - CodeChef