#coding:utf-8 __author__ = 'similarface' ''' 序列的排列組合''' def permute(list): ''' 序列的排列數: abc=abc,acb,bac,aca,cab,cba :param list: :return: ...
確定! 回上一頁