Commit dc5b9730 by BellCodeEditor

auto save

parent a1db5310
Showing with 1 additions and 4 deletions
import jieba
a=""
\ No newline at end of file
......@@ -8,7 +8,7 @@ with open('python二级考试大纲.txt','r',encoding='utf-8') as f:
text = f.read()
text_list = jieba.lcut(text)
text = "".join(text_list)
img=Image.open('b.webp')
img=Image.open('alice'.webp')
data=numpy.array(img)
img_colors=wordcloud.ImageColorGenerator(data)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment