Question: Write a python program to find the wordcount in a file for each line and then print the output. Finally store the output back to
Write a python program to find the wordcount in a file for each line and then print the output. Finally store the output back to the file.
Input: a file includes two line
Python Course
Deep Learning Course
Output:
Python: 1
Course: 2
Deep: 1
Learning: 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
