From 951eb2c74dcea5b3be8622fdd79b5343c8b32240 Mon Sep 17 00:00:00 2001 From: Xiaoou WANG <16024291+xiaoouwang@users.noreply.github.com> Date: Thu, 3 Nov 2022 15:46:18 +0100 Subject: [PATCH] Update coin_flips.py change M from 4 to 3 --- chapter_02/coin_flips.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter_02/coin_flips.py b/chapter_02/coin_flips.py index 7d08772..3c0a0c4 100644 --- a/chapter_02/coin_flips.py +++ b/chapter_02/coin_flips.py @@ -12,7 +12,7 @@ import numpy as np N = 1000000 -M = 4 +M = 3 heads = np.zeros(M+1)