We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c4b0aa commit 2e88127Copy full SHA for 2e88127
maths/combinations.py
@@ -1,13 +1,5 @@
1
"""
2
-This function will return the total number of different combinations of
3
-k length which can be made from n values.
4
-
5
-Wikipedia page here: https://en.wikipedia.org/wiki/Combination
6
7
-For doctests, run: `python3 -m doctest -v combinations.py`
8
9
-Run `python3 combinations.py` for print statements which demonstrate use
10
-cases for this function.
+https://en.wikipedia.org/wiki/Combination
11
12
from math import factorial
13
0 commit comments