jrkkfst
jrkkfst
Did you ever find a solution for this?
I personally would use a dictionary. See this: https://stackoverflow.com/questions/3496518/python-using-a-dictionary-to-count-the-items-in-a-list Or, as posted in the link, use a Counter funciton: https://docs.python.org/2/library/collections.html#collections.Counter
Yes, I agree with you. Thank you for the clarification. I then misunderstood what was intended to be shown. I thought you meant to show the final output (i.e the...