Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
level3-lesson21-diy1
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
dff566f3
authored
Jun 18, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
6b1fbc15
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
my_cloud.py
python二级考试大纲.txt
my_cloud.py
View file @
dff566f3
import
wordcloud
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"
)
python二级考试大纲.txt
View file @
dff566f3
###基本
要求
###基本
要求
...
...
@@ -38,6 +38,7 @@
2.数据组织的维度:一维数据和二维数据
3.一维数据的处理:表示、存储和处理。
4.二维数据的处理:表示、存储和处理
5.采用CSⅤ格式对一二维数据文件的读写。
七、Python计算生态
1.标准库: turtle库(必选)、 random库(必选)、time库(可选)。
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment