The sorted() optional argument reverse=True, e.g. sorted(list, reverse=True), makes it sort backwards. strs = ['aa', 'BB', 'zz', 'CC'] ...
確定! 回上一頁