learn-python
learn-python copied to clipboard
Added mini project word counter
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.