Python计算排列组合

itertools.product

itertools.permutations

itertools.combinations

itertools.combinations_with_replacement

参考文献:

https://www.cnblogs.com/dwithy/p/11653164.html

原文地址:https://www.cnblogs.com/jhc888007/p/14761458.html