标签: python python-3.x sorting dictionary
我有一本字典,里面有整数键及其整数值,一对一。喜欢,
x = { 24:13, 32:2, 5:11, 88:34 }
有没有一种方法可以将其降序排列为key/value?
key/value