I have two lists which are guaranteed to be the same length. I want to compare the corresponding values in the list (except the first item) and print out the ones which dont mat
There's a nice class called difflib.SequenceMatcher in the standard library for that.
difflib.SequenceMatcher