Vidyalelo
Python · Q144

MCQs for Python Strings: Exam

Programming · Python · question 144

Q144

What will be the output of the following Python code? print("ccdcddcd".find("c"))

A.
4
B.
0
Answer
C.
Error
D.
True

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board