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 dictionary
from operator import itemgetter new_dict = sorted(data.items(), key=itemgetter(1))
PREVIOUS
NEXT
Tagged:
#python
#sort
#values
#dictionary
ADD COMMENT
Topic
COMMENT
Name
2+1 =
Submit