Question: (use Python3.6 64-bit Please ) Write a program that reads two files named firstFile.txt and secondFile.txt. These can be located in the I:koppoutboxCS 222 01Program

(use Python3.6 64-bit Please )

Write a program that reads two files named firstFile.txt and secondFile.txt. These can be located in the I:\kopp\outbox\CS 222 01\Program Assignments folder. The program should compare the text in the files in the following ways:

It should display a list of all the unique words contained in both files

It should display a list of the words that appear in both files

It should display a list of the words that appear in the first file but not in the second file

It should display a list of the words that appear in the second file but not in the first file

It should display a list of the words that appear in either the first or second file but not both.

YOU ARE REQUIRED TO USE SETS TO COMPLETE THE ABOVE. DO NOT USE ANY OTHER DATA TYPE OR DATA STRUCTURE.

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!