ID EN
Math

perm

Python 3.11

Return the number of ways to choose k items from n items without repetition and with order.

Syntax

PYTHON
math.perm(n, k=None)

See Also

TypeError ValueError