Python 筛选去除只有一次出现的数字
上一篇知道了count,即可遍历出出现次数大于一就好了上代码def checkio(data): #Your code here #It's main function. Don't remove this function #It's used for auto-testing and must return a result for check. #...