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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!