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