write a python function called find_most_freq() that returns the element of a given list that occurs the most frequently. If there are ties, take the number found first.