Commit 906b6741 by BellCodeEditor

save project

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