sortiere

def sortiere_liste(zahlen): sortierte_liste = sorted(zahlen) return sortierte_liste