热门标签
更多>
搜索结果
查询Tags标签: pailie,共有 2条记录-
python-对指定字符串排列组合并去重
输入:字符串 输出:排列组合并去重后的个数#!pythonfrom itertools import permutationsa = 123 b = 123 c = [1,2,3] d = input("INPUT:")def pailie(m):t = 0ol = []for n in permutations(m,len(m)): # print(n) # print(.join(n))ol.append(…
2021/8/26 1:36:07 人评论 次浏览 -
python-对指定字符串排列组合并去重
输入:字符串 输出:排列组合并去重后的个数#!pythonfrom itertools import permutationsa = 123 b = 123 c = [1,2,3] d = input("INPUT:")def pailie(m):t = 0ol = []for n in permutations(m,len(m)): # print(n) # print(.join(n))ol.append(…
2021/8/26 1:36:07 人评论 次浏览