Examveda

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

A. 4

B. 0

C. Error

D. True

Answer: Option B


This Question Belongs to Python Program >> Strings In Python

Join The Discussion

Related Questions on Strings in Python