What will be the output of the following Python code?
print("xyyzxyzxzxyy".endswith("xyy", 0, 2))
निम्नलिखित Python कोड का आउटपुट क्या होगा?
A. 0
B. 1
C. True सही
D. False गलत