Commit ebb813c4 by BellCodeEditor

save project

parent 6b1fbc15
import wordcloud import wordcloud
\ No newline at end of file from PIL import Image
import numpy
import jieba
with open('python二级考试大纲.txt',encoding='utf-8') as f:
text=f.read()
w = wordcloud.WordCloud(background_color='white',font_path='Simhei.ttf')
w.generate(text)
w.to_file('xxx.png')
###基本要求 ###基本要求
###基本要求 ###基本要求
1.掌握 Python语言的基本语法规则。 1.掌握 Python语言的基本语法规则。
2.掌握不少于2个基本的 Python标准库 2.掌握不少于2个基本的 Python标准库
3.掌握不少于2个 Python第三方库,掌握获取并安裝第三方库的方法。 3.掌握不少于2个 Python第三方库,掌握获取并安裝第三方库的方法。
......
xxx.png

78 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