用于在Python中置换给定字符串内置函数的Python程序
给出字符串。我们的任务是显示给定字符串的排列。在此使用内置函数置换(可迭代)在python中解决此问题。
例子
Input: string = 'XYZ'
Output: XYZ
XZY
YXZ
YZX
ZXY
ZYX算法
Step 1: given string. Step 2: Get all permutations of a string. Step 3: print all permutations.
范例程式码
from itertools import permutations
def allPermutations(str1):
# Get all permutations of string 'ABC'
per = permutations(str1)
# print all permutations
print("Permutation Of this String ::>")
for i in list(per):
print (''.join(i))
# Driver program
if __name__ == "__main__":
str1 = input("Enter the string ::>")
allPermutations(str1)输出结果
Enter the string ::> abc Permutation Of this String ::> abc acb bac bca cab cba
热门推荐
10 儿子立冬祝福语简短独特
11 对当兵的祝福语简短
12 侄儿高考试祝福语简短
13 伴郎红包祝福语朋友简短
14 媳妇生日简短祝福语朋友
15 公司年会祝福语简短最好
16 元旦感恩祝福语简短大全
17 红包祝福语简短10字
18 周六早晨祝福语简短