We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a7fe5 commit f40f854Copy full SHA for f40f854
maths/binomial_coefficient.py
@@ -16,7 +16,7 @@ def binomial_coefficient(n: int, r: int) -> int:
16
1
17
>>> binomial_coefficient(10, 10) # TODO: Fix this test
18
19
-
+
20
# >>> binomial_coefficient(5, 6) # TODO: This should raise an error
21
# Traceback (most recent call last):
22
# ...
0 commit comments