nums.sort(cmp=lambda a,b: cmp(a+b, b+a), reverse=True) But how to do this in python 3? Thank you. Robin Koch's profile photo ...
確定! 回上一頁