Pls Pls Pls make sure that you read all info below. Thank you.
Before you submit the answer. Pls make sure that your answer passed the tester.py
PYTHON 3
Please use python 3!
You cannot input any module!
Creat a program called difference.py that asks the user for two files and displays the differences between the characters in each file.
1. Your program should ask the user for the path to two different files.
2. For every character that is in the same position in each file but is different between the two files your program should display the index of those characters (starting from 0) as well as the value of those two characters.
3. If one file is longer than the other one, your program should report the index of each of the characters as well as the fact that it could not find a matching character
Examples:



0 comments