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
Get step-by-step solutions from verified subject matter experts
