I do not understand why this code does not return the list ordered:
A = {2:\'a\', 1: \'b\', 3:\'c\'} R = list(a.keys()).sort()
In fact it d