sorted(iterable[, cmp[, key[, reverse]]])
Returns a new sorted list from the items in iterable. The optional arguments cmp, key, and reverse have the same meaning as those for the list.sort method. (New in version 2.4.)