質問編集履歴

1

文法の修正

2019/10/16 09:10

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  file = csv.reader(open('default.csv'),delimiter=',')
20
20
 
21
- header = next(file)
21
+
22
22
 
23
23
  #2列目をソート
24
24