Python -Liste Sortierschlüssel Lambda auf gleicher anderer Funktion

list1.sort(key=lambda x: (x.value1, x.value2))
Arno Deceuninck