So I have a list of strings that I would like to convert to a dictionary. I want the keys in the dictionary to be the names of the strings and the... other part... i forget what its called, the part after the keys, to be how many times the string occures, this is part of a larger program so I won't submit all the code I have so far, but the list I want to convert is the following (There are a couple other lists aswell but I figure I can probably...