Report Bug
Qus : Which of the following function returns the index value of first occurrence of substring occurring in the given string.
Qusनिम्नलिखित में से कौन सा फंक्शन दिए गए स्ट्रिंग में होने वाली सबस्ट्रिंग के पहले अकरेन्स की इन्डेक्स वैल्यू देता है।

A. index()
B. find()
C. Both of the above
D. None of the above


Solution
C. Both of the above






Report Bug