dicionario = {1: "a", 2: "b", 3: "c"} for indice in sorted(dicionario, reverse=True): print(dicionario[indice])
Standard input is empty
c b a
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!