Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
why complicate ? solution in Clear category for Non-unique Elements by rybld2
def checkio(data): return [x for x in data if data.count(x) != 1]
July 14, 2021