Commit 906b6741 by BellCodeEditor

save project

parent f996216e
dict_hero={'猴三':10,'猴一':21,'猴五':22,'猴队长':29,'候七':56} import wordcloud
dict_hero['候一']=51 w=wordcloud.WordCloud(background_color="pink")
dict_hero['候队长']=2 w.generate("fuck you")
del(dict_hero['候七']) w.to_file("酸萝卜别吃.png")
print(dict_hero) \ No newline at end of file
\ No newline at end of file
mycloud.png

6.34 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