Advertisements
Advertisements
प्रश्न
Answer using Python built-in method/function only:
Write a statement to find the index of the first occurrence of the substring “good” in a string named review.
कोड लेखन
Advertisements
उत्तर
index = review.find("good")shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
