seznam = list("abraka dabra") print(seznam) #seznam.sort() #novy_seznam = seznam.sort() novy_seznam = sorted(seznam) print(seznam) print(novy_seznam)