how to sort a dictionary in according to a second element code example Example: sorting by second element sorted(LISTNAME, key=lambda x: x[1])