<pre style="font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; color: #000000; background-color: #eee; font-size: 12px; border: 1px dashed #999999; line-height: 14px; padding: 5px; overflow: auto; width: 100%;"><code>d = {1: 2, 3: 4, 4:3, 2:1, 0:0} sorted(d.items(), key=lambda x: x[1]) </code></pre>