I want to compare two text files and result in the first string in the comparison file that does not match. Kindly provide a sample way to use this module?
When I try something like:
result = difflib.SequenceMatcher(None, testFile, comparisonFile)
I get an error saying:
the object of type 'file' has no len.