Q144
What will be the output of the following Python code? print("ccdcddcd".find("c"))
A.
4
B.
0
AnswerC.
Error
D.
True
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board