Posts by Walberson Dias da Silva • 1 point
1 post
-
0
votes1
answer959
viewsQ: Sort dictionary by value and use rule if value is first python
I want to make a dictionary in python in which you will get diseases and scores ex: dic['alzhelmer']=3 dic['flu']=5 The program should put in order the diseases that scored the most for those who…