This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
r=dict() | |
sorted(r, key=r.get, reverse=True) #value로 정렬된 key list return | |
sorted(r) # sort by key list |