Question: Write a function word_count that takes in one string and returns the number of words in that string. For example, the input string I am

Write a function word_count that takes in one string and returns the number of words in that string. For example, the input string "I am 3 years old. How about you ?" should return 8 as there are 8 words (Note: 3 is counted as a word, but ? is not a word). In python programming 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!