Question: Write a function def countWords(string1) that returns a count of all words in the string string1. Words are separated by spaces.For example, countWords(Software eventually works,
Write a function def countWords(string1) that returns a count of all words in the string string1. Words are separated by spaces.For example, countWords(Software eventually works, while hardware eventually fails) should return 7 and countWords("") should return 0. Try different strings! in python code please!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
