1.

What is the output of the following? print("abcdef".find("cd") == "cd" in "abcdef")

A. True
B. False
C. Error
D. None of the mentioned
Answer» C. Error


Discussion

No Comment Found