Question: Word count. A common utility on Unix/Linux systems. This program counts the number of lines, words (strings of characters separated by blanks or new lines),
Word count. A common utility on Unix/Linux systems. This program counts the number of lines, words (strings of characters separated by blanks or new lines), and characters in a file (not including blank spaces between words). Write your own version of this program. You will need to create a text file with a number of lines/sentences. The program should accept a filename (of your text file) from the user and then print three numbers:
- The count of lines/sentences
- The count of words
- The count of characters
- Do not count blank spaces in the file.
- use payton program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
