fork(3) download
  1. dic = {'759147': 54, '186398060': 8, '199846203': 42, '191725321': 10, '158947719': 4}
  2. for item in sorted(dic, key = dic.get):
  3. print (dic[item])
  4.  
  5. #https://pt.stackoverflow.com/q/172147/101
Success #stdin #stdout 0.02s 9236KB
stdin
Standard input is empty
stdout
4
8
10
42
54