a = [1, 2, 9, 5, 1] b = [9, 8, 7, 6, 5]
I want to count the number of duplicates between the two lists. So using the above, I want to return a coun