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 m600
def checkio(data):
return [number for number in data if data.count(number) > 1]
June 16, 2015
Comments: