Question: USING PYTHON 3 Write a program that reads the contents of 2 text files and compares them in the following ways (hint: use set methods):

USING PYTHON 3

Write a program that reads the contents of 2 text files and compares them in the following ways (hint: use set methods):

It should display

A list of all unique words contained in both files A list of the words that appear in both files. A list of the words that appear in the first files but not the second A list of the words that appear in the second files but not the first A list of the words that appear in either the first or second file, but not both.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!