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