Question: Write a program that reads the contents of a text file. The program should create a dictionary in which the key - value pairs are
Write a program that reads the contents of a text file. The program should create a dictionary in which the keyvalue pairs are described as follows:
Key. The keys are the individual words found in the file.
Values. Each value is a list that contains the line numbers in the file where the word the key is found.
For example, suppose the word "robot" is found in lines and The dictionary would contain an element in which the key was the string "robot", and the value was a list containing the numbers and
ndex.txt
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
