Hi,
How do I find the frequency of each item in a list in Python?
For example if there are five 'apple', two 'banana', and so on in the list, how do I write a program so that it displays the item as well as the number of times it occurs in the list. Thanks