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
# cook your dish here
x = int(input())
y = int(input())
if x+y>6 :
print("YES")
else :
print("NO")
Problem Link: GDTURN Problem - CodeChef