Commit a1d6841d by BellCodeEditor

save project

parent 957d24f5
Showing with 11 additions and 3 deletions
import wordcloud import wordcloud
w = wordcloud.wordcloud(backg)
w.generate("hello word") with open("python二级考试大纲.txt",encoding='utf-8') as f:
w.to_file("myclod") text = f.read()
w = wordcloud.wordcloud(background_color='white'
# import wordcloud
# w = wordcloud.wordcloud(backg)
# w.generate("hello word")
# w.to_file("myclod")
# from PIL import Image # from PIL import Image
# import numpy # import numpy
# import jieba # import jieba
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