回答編集履歴

1

コードの修正

2018/07/11 03:23

投稿

hayata-yamamto
hayata-yamamto

スコア31

test CHANGED
@@ -6,11 +6,9 @@
6
6
 
7
7
 
8
8
 
9
- for line in open('tmp.csv', 'r'):
9
+ for line in open('xxx.csv', 'r'):
10
10
 
11
11
  line = line.strip('\n')
12
-
13
- print(line)
14
12
 
15
13
  if line == '':
16
14