Список Python Сортируйте ключ Lambda на равных других функциях

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