X=map(lambda x:x if (list(x)[0]<list(x)[2]) else ''.join(list(reversed(list(x)))), X) print X X=list(set(X)) X.sort()
確定! 回上一頁