10 2020 档案
python实现排列组合
摘要:# from itertools import combinations,permutations # # # # 排列 # test_data = {'1', '2', '3'} # # print('排列有:') # for i,j,k in permutations(test_data, 3) 阅读全文
posted @ 2020-10-09 11:51 bainianminguo 阅读(201) 评论(0) 推荐(0)