You probably don't want to sort a dict, you probably just want the keys sorted in order of their corresponding values. [code]>>> d = { 'a': 3, 'b': 5, ...
確定! 回上一頁