回答編集履歴
1
ファイル名を変数に変更
test
CHANGED
@@ -40,7 +40,7 @@
|
|
40
40
|
|
41
41
|
|
42
42
|
|
43
|
-
with open(
|
43
|
+
with open(FILENAME, "a") as f:
|
44
44
|
|
45
45
|
writer = csv.writer(f, lineterminator="\n")
|
46
46
|
|