how to count number of times a value appears in python code example Example: how to find the number of times a number appears in python dict((i, a.count(i)) for i in a)