Sortieren nach zweitem Element
sorted(LISTNAME, key=lambda x: x[1])
Protelr
sorted(LISTNAME, key=lambda x: x[1])