回答編集履歴

1

修正

2020/06/19 20:24

投稿

ForestSeo
ForestSeo

スコア2720

test CHANGED
@@ -15,6 +15,8 @@
15
15
  average = Count/ nGames
16
16
 
17
17
  print (Count, nGames, nGames)
18
+
19
+ ProbHwin(11,9,10)
18
20
 
19
21
  ```これだけ見ると、まず最初`Count = 0`で`Count`は0で、`Tmoney == 0`がFalseなのでそのまま`Count`は0になります。
20
22
 
@@ -44,4 +46,6 @@
44
46
 
45
47
  print (Count, nGames, nGames)
46
48
 
49
+ ProbHwin(11,9,10)
50
+
47
51
  ```ゼロのままです。