回答編集履歴

1

修正

2016/09/17 03:22

投稿

JunMatsumoto
JunMatsumoto

スコア76

test CHANGED
@@ -1,4 +1,4 @@
1
- >>> for row in csv.reader(z, quotechar='\t'):
1
+ >>> for row in csv.reader(z.split('\t')):
2
2
 
3
3
  ... print row
4
4