Q. If str1="Programming Language"
What does str1.find("m") return?
What does str1.find("m") return?
β
Correct Answer: (D)
It returns the index position of first occurance of "m" in the string str1.