The progressive output elements of each list

with open ('corpus.csv', 'w') as fo:
   for d in corpus:
     fo.write(str(d) + '\n')

 

Published 128 original articles · won praise 90 · views 4888

Guess you like

Origin blog.csdn.net/weixin_45405128/article/details/102604808