brennerm / PyTricks

Collection of less popular features and tricks for the Python programming language
MIT License
3.07k stars 503 forks source link

Sort a dict by element's value #15

Closed shyboynccu closed 9 years ago

shyboynccu commented 9 years ago

To demonstrate the use of sorted() function and its 'key' argument.

brennerm commented 9 years ago

Thanks!

shyboynccu commented 9 years ago

Cool! I like the idea of this repo! :D

brennerm commented 9 years ago

You're welcome :)