sydneyree1954 sydneyree1954 04-07-2019 Computers and Technology contestada Write a function def countWords(stri ng) that returns a count of all words in the string string. Words are separated by spac For example, countWords ("Mary had a little lamb") should return 5.