add count in map python code example Example: python counting dictionary counts = dict() for i in items: counts[i] = counts.get(i, 0) + 1