Update Probability.ipynb
Typo "than" -> "then" thanks to @zt10001
This commit is contained in:
@@ -313,7 +313,7 @@
|
|||||||
"id": "fmlleKe5jrvR"
|
"id": "fmlleKe5jrvR"
|
||||||
},
|
},
|
||||||
"source": [
|
"source": [
|
||||||
"Now I want to define `Hands` as the sample space of all possible 5-card hands that could be dealt from a deck. The function `itertools.combinations` does most of the work; we than concatenate the combinations into space-separateds string using `joins`:\n"
|
"Now I want to define `Hands` as the sample space of all possible 5-card hands that could be dealt from a deck. The function `itertools.combinations` does most of the work; we then concatenate the combinations into space-separateds string using `joins`:\n"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user