We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c04620 commit c2a9e9eCopy full SHA for c2a9e9e
1 file changed
maths/binomial_distribution.py
@@ -36,6 +36,6 @@ def binomial_distribution(successes: int, trials: int, prob: float) -> float:
36
from doctest import testmod
37
38
testmod()
39
- print("Probability of 2 successes out of 4 trails")
+ print("Probability of 2 successes out of 4 trials")
40
print("with probability of 0.75 is:", end=" ")
41
print(binomial_distribution(2, 4, 0.75))
0 commit comments