Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Second solution in Clear category for Non-unique Elements by texom512
def checkio(list):
return [x for x in list if list.count(x) > 1]
Aug. 16, 2015
Comments: