... 把这些平均值放到一个新的列表中具体如下: # 每12项分为一个列表import itertools def combination_twelve(total_list): if len(total_list) < 12: return list() ...
確定! 回上一頁