Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

combination in python math

>>> from math import comb
>>> comb(10,3)
120
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #combination #python #math
ADD COMMENT
Topic
Name
1+7 =