Sales by Match

  • + 0 comments
    def sockMerchant(n, ar):
        return sum([math.floor(ar.count(s) / 2) for s in set(ar)])