j-js commited on
Commit
58ab236
·
verified ·
1 Parent(s): 20032d4

Update solver_probability.py

Browse files
Files changed (1) hide show
  1. 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", "or", "and",
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