Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
simple solution in Clear category for Non-unique Elements by obandak
def checkio(data):
return [elem for elem in data if data.count(elem) > 1]
Sept. 11, 2015