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
Get step-by-step solutions from verified subject matter experts
