Lista Python Klucz sortowania Lambda na równej innej funkcji

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