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