Python 3 では sorted 関数に比較関数を渡すことが出来なくなったの ... from functools import cmp_to_key def cmp(a, b): if a == b: return 0 ...
確定! 回上一頁