質問編集履歴

1

書き込むファイル名が間違えていたので訂正しました

2020/07/22 07:12

投稿

Namaham
Namaham

スコア2

test CHANGED
File without changes
test CHANGED
@@ -72,7 +72,7 @@
72
72
 
73
73
 
74
74
 
75
- with open('202007060739_Yamamatoji-Line_20200721.csv', 'w', newline='', encoding='utf-8') as f:
75
+ with open('noodle.csv', 'w', newline='', encoding='utf-8') as f:
76
76
 
77
77
  writer = csv.writer(f, lineterminator='\n')
78
78