質問編集履歴

2

エラーメッセージの行数が実際のコードとずれていたため修正しました。(途中のメモを消したためずれていました。)

2019/08/25 22:05

投稿

moon_sun
moon_sun

スコア7

test CHANGED
File without changes
test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  Traceback (most recent call last):
18
18
 
19
- File "<stdin>", line 16, in <module>
19
+ File "<stdin>", line 15, in <module>
20
20
 
21
21
  IndexError: list index out of range
22
22
 

1

<code>ボタンからコードを貼り直しました。初めてで使い方が分かっておらず申し訳ありませんでした。

2019/08/25 22:04

投稿

moon_sun
moon_sun

スコア7

test CHANGED
File without changes
test CHANGED
@@ -25,6 +25,8 @@
25
25
  ### 該当のソースコード
26
26
 
27
27
 
28
+
29
+ ```
28
30
 
29
31
  import csv
30
32
 
@@ -92,6 +94,10 @@
92
94
 
93
95
 
94
96
 
97
+ コード
98
+
99
+ ```
100
+
95
101
 
96
102
 
97
103
  ### 試したこと