回答編集履歴

1

回答の訂正

2024/11/02 03:30

投稿

hiroki-o
hiroki-o

スコア1143

test CHANGED
@@ -8,3 +8,7 @@
8
8
 
9
9
  逆(deckの範囲から上でpopする)でも同じエラーになりますが、以下の計算式なら、そうならないので問題無いです。
10
10
  > index = math.floor(random.random() * len(self.deck))
11
+
12
+ (訂正)
13
+ IndexError: pop from empty list
14
+ なので、逆は同じエラーでは無いですね。すみません。