... c2 = Counter(l2) if c1 != c2: return False elif len(c1) == 0: return (None, None, None) else: t = c1.most_common(1)[0] return t + (type(t[0]),) ...
確定! 回上一頁