Possible Duplicate:
How to calculate the occurrences of a list item in Python?
I am making a sort of poll. For that, I am using Python, and the part I am stuck at is trying to figure out how to count the number of times a certain thing, say, "General Store" shows up.
E.g. of Poll:
Where do you see advertisements the most?
General Store
Supermarket
Mall
Small Stores
The poll data is submitted via radio buttons if that information is needed. All of these answers would be appended to a list, and then I want to create a results page that shows how many times each thing was voted on.