Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for Non-unique Elements by ighost
def checkio(data):
return [item for item in data if data.count(item) > 1]
Sept. 26, 2014
Comments: