Commit dff566f3 by BellCodeEditor

save project

parent 6b1fbc15
Showing with 12 additions and 3 deletions
import wordcloud import wordcloud
\ No newline at end of file
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("mycloud.png")
###基本要求 ###基本要求
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
2.数据组织的维度:一维数据和二维数据 2.数据组织的维度:一维数据和二维数据
3.一维数据的处理:表示、存储和处理。 3.一维数据的处理:表示、存储和处理。
4.二维数据的处理:表示、存储和处理 4.二维数据的处理:表示、存储和处理
5.采用CSⅤ格式对一二维数据文件的读写。 5.采用CSⅤ格式对一二维数据文件的读写。
七、Python计算生态 七、Python计算生态
1.标准库: turtle库(必选)、 random库(必选)、time库(可选)。 1.标准库: turtle库(必选)、 random库(必选)、time库(可选)。
......
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