Help me in solving PYPRACMCQ6 problem

My issue

iam not getting answer

Learning course: Practice Python
Problem Link: CodeChef: Practical coding for everyone

@haleema_s
‘’’
Correct Answer(s):

Option 1
Option 3
Explanation:
if (X >= 2*Y):
print(“YES”)

and

if (2*Y <= X):
print(“YES”)

are the same