how to count every work in a string python code example
Example 1: count in python string
string.count(substring, start, end)
# Start and end is optional
Example 2: count in python
it counts the number of elements in the list or in the string(words)