count_words

Implement a function called count_words that takes a string as input and returns a dictionary where keys are words and values are the frequency of each word in the string.
the quick brown fox jumps over the lazy dog
Total : 0 Discussion
Login