I was wondering if there would be a way to sort a list in order according to the increasing floats as values in a dictionary. I don't really know how to explain it so I'll demonstrate what I mean
[3, 6, 4]
to
[6, 4, 3]
with dictionary like this
{6: 15.6, 3: 120.0, 4: 17.3}