Question: IN PYTHON -Write a block of code that prompts the user for the names of two text files and compare the contents # of the
IN PYTHON -Write a block of code that prompts the user for the names of two text files and compare the contents # of the two files to see if they are the same. If they are, it should output "YES". If they are not, # it should output "NO". The input loop should read and compare lines from each file. The loop should # 'break' as soon as a pair of different lines if found.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
