Commit d830c929 by BellCodeEditor

auto save

parent 557b4654
Showing with 5 additions and 5 deletions
import wordcloud n = 1
w=wordcloud.WordCloud(background_color='red',font_path='SimHei.ttf') while n<10:
w.generate('贝尔编程') n+=1
w.to_file('my.png') print(n)
\ No newline at end of file \ No newline at end of file
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