Q42
What will be the output of the following Python code? print("xyyzxyzxzxyy".endswith("xyy", 0, 2))
A.
0
B.
1
C.
True
D.
False
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board