Get Paid To Play 10 Lucrative Gig Economy Jobs On Okc Craigslist That Will Change Your Life - LifeStyle

As you have found, get just gets the value corresponding to a given key. sorted will iterate through the iterable it's passed. In this case that iterable is a dict, and iterating through a dict just iterates through its keys.

If you want to sort based on the values instead, you need to transform the keys to their corresponding values, and of course the obvious way to do this is with get. To ...