free hand embroidery designs https://xn--ob0br6vu8jdlj.com ^Questions …

import pandas as pd
import random
import time
import xml
#读取article.xls文件内容,将内容放入article列表中
data = pd.read_excel('article.xls')
article = data.values.tolist()
print(article)
#遍历article列表
print(len(article))
#将article列表中的内容 一个元素放入一个txt文件中
for i in range(len(article)):
with open(f'i.txt', 'w', encoding='utf-8') as f:
f.write(article[i][0])
time.sleep(1)
print(f'第i个文件写入成功')
If you beloved this short article and you would like to obtain a lot more details with regards to 주소모음 사이트 주소모음 kindly pay a visit to the site.