質問編集履歴

1

記述ミス

2021/01/21 06:00

投稿

pocoapoco3
pocoapoco3

スコア6

test CHANGED
File without changes
test CHANGED
@@ -30,9 +30,11 @@
30
30
 
31
31
  ```Python
32
32
 
33
- writer = csv.writer(f, lineterminator=''
33
+ writer = csv.writer(f, lineterminator='
34
34
 
35
- '')
35
+ ')
36
+
37
+
36
38
 
37
39
  ```
38
40