Help me in solving LB02A problem

My issue

COULD NOT ABLE TO UNDERSTAND THE STATEMENT

My code

# Step 1: Read and understand the problem statement and sample test cases

# Click on 'Next' once you are ready to proceed.

Learning course: Solve Programming problems using Python
Problem Link: CodeChef: Practical coding for everyone

@airelaxingstor
The logic is quite simple .
If Z is divisible by X only then print “chicken”.
If Z is divisible by Y only then print “duck”.
if Z is divisible both and X and Y then print “any”.
if Z is divisible by neither then print “none.”.