My issue
My code
# cook your dish here
x,y = input(int())
if x+y> 6:
print("YES")
else :
print("NO")
Problem Link: GDTURN Problem - CodeChef
# cook your dish here
x,y = input(int())
if x+y> 6:
print("YES")
else :
print("NO")
Problem Link: GDTURN Problem - CodeChef