Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python possible combinations

import math
n=7
k=5
print(math.comb(n, k))
Source by kite.com #
 
PREVIOUS NEXT
Tagged: #python #combinations
ADD COMMENT
Topic
Name
2+3 =