Re: [Tutor] Help with this question

2017-02-27 Thread Alan Gauld via Tutor
On 27/02/17 22:00, Johnny Hh wrote: > 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. OK, You've shown us the exercise, now show us your attempt at a solution. Here is a s

[Tutor] Help with this question

2017-02-27 Thread Johnny Hh
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. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options