質問編集履歴

1

エラーの変更

2022/08/19 15:00

投稿

nitori-kun
nitori-kun

スコア62

test CHANGED
File without changes
test CHANGED
@@ -11,6 +11,9 @@
11
11
  ### 発生している問題・エラーメッセージ
12
12
 
13
13
  ```
14
+ Traceback (most recent call last):
15
+ File "Main.py", line 15, in <module>
16
+ sum += int(B[counter])
14
17
  IndexError: list index out of range
15
18
  ```
16
19