Computer Science, asked by vkiran1017, 1 month ago



plz answer this question correctly

Attachments:

Answers

Answered by 9harshwrdhanraktate
1

Answer:

The string count() method returns the number of occurrences of a substring in the given string. In simple words, count() method searches the substring in the given string and returns how many times the substring is present in it.

Explanation:

count() is an inbuilt function in Python that returns count of how many times a given object occurs in list. Parameters : Object is the things whose count is to be returned.

Similar questions