I have a dictionary that looks like:
{1228548: Person(1228548, 'Xantippe', 42.00, 1.10, 96, 56554), 1456010: Person(1456010, 'Mirabelle', 65.00, 2.16, 83, 67906), 1527181: Person(1527181, 'Betteanne', 81.00, 2.09, 43, 62790)...
and I want to sort these in terms of step count from lowest to highest which are the values 56554, 67906 and 62790... at the end of each Person item, how would I go about doing this?