Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Uncategorized category for Non-unique Elements by capback250
# migrated from python 2.7
checkio = lambda x: [y for y in x if x.count(y) != 1]
Feb. 9, 2016