count solution in Clear category for Non-unique Elements by McTpaxep
checkio = lambda data: [x for x in data if data.count(x) != 1]
Sept. 26, 2014