Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
level3-lesson21-diy3
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
79cc79c5
authored
Feb 26, 2023
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
e439bda1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
36 additions
and
0 deletions
bell.png
py.py
u
z.py
bell.png
0 → 100644
View file @
79cc79c5
197 KB
py.py
0 → 100644
View file @
79cc79c5
import
wordcloud
from
PIL
import
Image
import
numpy
import
jieba
with
open
(
'u'
,
encoding
=
'utf-8'
)
as
f
:
text
=
f
.
read
()
txt_list
=
jieba
.
lcut
(
text
)
text
=
' '
.
join
(
txt_list
)
img
=
Image
.
open
(
'bell.png'
)
data
=
numpy
.
array
(
img
)
img_colors
=
wordcloud
.
ImageColorGenerator
(
data
)
stopwords
=
[
'的'
,
'和'
]
w
=
wordclouds
.
WordClouds
(
background_color
=
'white'
font_path
=
'SimHei.ttf'
,
mask
=
data
,
color_func
=
img_colors
,
stopwords
=
stopwords
,
max_font_size
=
60
)
w
.
generate
(
text
)
w
.
to_file
(
'mycloud.png '
)
\ No newline at end of file
u
0 → 100644
View file @
79cc79c5
蔡徐坤(KUN),1998年8月2日出生于浙江省温州市,户籍湖南吉首 ,中国内地男歌手、演员、原创音乐制作人 [1] 、MV导演 [108] 。
2012年8月,蔡徐坤参演的偶像剧《童话二分之一》播出,由此开始步入大众视线 。2018年1月,参加竞演类综艺节目《偶像练习生》并以总票数第一正式出道,成为限定男团NINE PERCENT队长 [3] ;8月,发行首张EP《1》 [4] ,获2018亚洲新歌榜年度盛典最受欢迎潜力男歌手奖 [6] ;随后,他还发行原创单曲《Wait Wait Wait》,并携手格莱美奖最佳MV获奖导演戴夫·迈尔斯打造歌曲MV。2019年1月,被授予“中牙友好大使暨中牙杰出青年领袖人物”称号 [9] ;3月,成功开启横跨三个国家、六座城市的海外公演《ONE》 [12-13] ;7月,发行首张数字专辑《YOUNG》 [110] ;10月,携手中国儿童少年基金会共同设立“葵计划爱心基金”。
2020年3月,加盟《青春有你第二季》担任青春制作人代表 ;4月9日,原创公益歌曲《Home》全网上线 ;随后,加盟户外竞技真人秀《奔跑吧第四季》担任常驻MC [17] ;7月,获第27届东方风云榜最佳男歌手等三个奖项。2021年1月,获得第二届TMEA腾讯音乐娱乐盛典年度最具影响力唱作歌手和年度最具号召力歌手两个奖项,单曲《情人》获得年度十大金曲奖;4月13日,发行个人创作专辑《迷》 [106] ;7月17日,于北京凯迪拉克中心举办首场个人巡回演唱会,同年获第三届TMEA腾讯音乐娱乐盛典年度最具影响力制作人等多项荣誉 [49] 。
2023年1月24日,参加《奋进新征程——2023中国网络视听年度盛典》,演唱歌曲《默片》 。
z.py
0 → 100644
View file @
79cc79c5
weather
=
{
'北京'
:
8
,
'上海'
:
15
,
'深圳'
:
21
}
data
=
weather
.
pop
(
'北京'
)
data
=
''
print
(
data
)
print
(
weather
)
\ No newline at end of file
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