📜  python npr 置换计算 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:47.497000             🧑  作者: Mango

代码示例1
# as of python 3.8
>>> import math
>>> print(math.perm(3, 3))
6