My issue
i need logic for this code
My code
# cook your dish here
x=input()
y=input()
if x<=2*y:
print("Yes")
else:
print("no")
Learning course: Practice Python
Problem Link: CodeChef: Practical coding for everyone
i need logic for this code
# cook your dish here
x=input()
y=input()
if x<=2*y:
print("Yes")
else:
print("no")
Learning course: Practice Python
Problem Link: CodeChef: Practical coding for everyone