MaxRake.com way solution in Clear category for Non-unique Elements by maxrake
checkio=lambda D:[n for n in D if D.count(n)>1]
July 22, 2015