DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
python sort the values in a dictionaryi
from operator import itemgetter new_dict = sorted(data.items(), key=itemgetter(1))
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#python
#sort
#values
#dictionaryi
ADD COMMENT
Topic
COMMENT
Name
5+4 =
Submit