Update solver_probability.py
Browse files- solver_probability.py +1 -1
solver_probability.py
CHANGED
|
@@ -28,7 +28,7 @@ PROBABILITY_WORDS = [
|
|
| 28 |
"without replacement", "with replacement",
|
| 29 |
"committee", "chosen", "select", "selected", "draw", "drawn",
|
| 30 |
"exactly", "at least", "at most", "no more than", "no fewer than",
|
| 31 |
-
"independent", "mutually exclusive",
|
| 32 |
"rain", "success", "failure"
|
| 33 |
]
|
| 34 |
|
|
|
|
| 28 |
"without replacement", "with replacement",
|
| 29 |
"committee", "chosen", "select", "selected", "draw", "drawn",
|
| 30 |
"exactly", "at least", "at most", "no more than", "no fewer than",
|
| 31 |
+
"independent", "mutually exclusive",
|
| 32 |
"rain", "success", "failure"
|
| 33 |
]
|
| 34 |
|