質問編集履歴

2

訂正

2018/08/18 14:53

投稿

soniroji
soniroji

スコア18

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,10 @@
1
1
  ```python
2
+
3
+
4
+
5
+ import csv
6
+
7
+
2
8
 
3
9
  with open('test.csv', 'r', encoding='utf-8') as f:
4
10
 

1

追記

2018/08/18 14:53

投稿

soniroji
soniroji

スコア18

test CHANGED
File without changes
test CHANGED
@@ -33,3 +33,19 @@
33
33
 
34
34
 
35
35
  リストの追加方法を間違っているのでしょうか?
36
+
37
+
38
+
39
+ ちなみにdataをprintすると以下のようになります
40
+
41
+ ```python
42
+
43
+ ['aaaa']
44
+
45
+ ['bbbb']
46
+
47
+ ['cccc']
48
+
49
+ ['dddd']
50
+
51
+ ```