Commit d830c929 by BellCodeEditor

auto save

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