learn-python icon indicating copy to clipboard operation
learn-python copied to clipboard

Added mini project word counter

Open Arpcoder opened this issue 1 year ago • 0 comments

This project counts the number of words entered in the input sentence and give the number (count) of words in output. Each element present in the text will be considered a letter, and a group of letters with a space will be considered a word. It takes string as input from user, and counts the total number of words in the string. This count is displayed as output.

Arpcoder avatar May 13 '24 19:05 Arpcoder