In Python 3 there is no cmp argument for the sorted function (nor for list.sort ). According to the docs, the signature is now sorted(iterable, *, key=None, ...
確定! 回上一頁