Commit ea811904 by BellCodeEditor

auto save

parent 6b1fbc15
ifen.png

76.6 KB

ifn.png

79.2 KB

import wordcloud import wordcloud
with open("python二级考试大纲.txt", encoding='utf-8') as file:
l=file.read()
my_wordcloud = wordcloud.WordCloud(background_color="white",font_path='SimHei.ttf')
my_wordcloud.generate(l)
my_wordcloud.to_file('ifn.png')
\ No newline at end of file
xia.png

26.1 KB

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