Comparaison du tableau en pourcentage

import difflib
pr=difflib.SequenceMatcher(None,array1,array2)
print(pr.ratio())
abdullah