Source Code:
(back to article)
matches = list(set(list1) & set(list2))
Result:
Report an issue