python count sets in list code example Example: python count occurrences of an item in a list >>> [1, 2, 3, 4, 1, 4, 1].count(1) 3