Skip to content

Commit 2e88127

Browse files
Update maths/combinations.py
Co-authored-by: Du Yuanchao <[email protected]>
1 parent 5c4b0aa commit 2e88127

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

maths/combinations.py

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
"""
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.
2+
https://en.wikipedia.org/wiki/Combination
113
"""
124
from math import factorial
135

0 commit comments

Comments
 (0)