From 3b5df9939dd1245e6d4422f0f523e3e7c7d9edf2 Mon Sep 17 00:00:00 2001 From: Phil Bajsicki Date: Sat, 20 Apr 2024 09:29:33 +0200 Subject: [PATCH] Clarified wording in README.org --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 6621fd3..ecf9a3a 100644 --- a/README.org +++ b/README.org @@ -180,9 +180,9 @@ def one_turn_single(k): #+RESULTS: ** 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. #+begin_src python