get the count of occurance of a word in a list including substring python code example
Example: string count substring occurences pytohn
string.count(substring, [start_index], [end_index])
string.count(substring, [start_index], [end_index])