Commit 3ab9cbcd by BellCodeEditor

auto save

parent fcb68fb0
Showing with 5 additions and 2 deletions
import wordcloud
from PIL import *
with open('','r',encoding='utf-8') as f:
text=f.read()
w=wordcloud.WordCloud(background_color="while")
w.generate("suoyoumuguangxiangwokanqi,wojiushinidie")
w.to_file("mycloud.png")
\ No newline at end of file
###基本要求
###基本要求
###基本要求
1.掌握 Python语言的基本语法规则。
2.掌握不少于2个基本的 Python标准库
3.掌握不少于2个 Python第三方库,掌握获取并安裝第三方库的方法。
......
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