Clarified wording in README.org

This commit is contained in:
Phil Bajsicki 2024-04-20 09:29:33 +02:00
parent 74f92c0f8f
commit 3b5df9939d

View file

@ -180,9 +180,9 @@ def one_turn_single(k):
#+RESULTS: #+RESULTS:
** Multi-turn win probability ** Multi-turn win probability
Over many throws, the advantage of winning will decrease, approaching 50%. Over many throws, the advantage of going first will decrease, approaching 50%.
We're assuming Bob goes first, and then is followed by Alice. We're assuming Bob goes first, and then Alice.
For each throw, the probability of winning is the same. For each throw, the probability of winning is the same.
#+begin_src python #+begin_src python