Hello!
I want to know the best way to reorder this list with values stored in a dictionary. I want it to be reordered from greatest to least. This list is used in a list viewer to show the user the most voted item at the top. I've been stumped on how to do this and need some help. If you find a way without a dictionary that's fine!
Here is some code I got to get the basic idea: