Commit 53094284 by BellCodeEditor

save project

parent 94fb8b8f
Showing with 12 additions and 2 deletions
file1 = open(r'C:\Users\admn\Desktop\新建文件夹 (2).txt','w',encoding='utf-8')
file1.write('A: 125本\n')
file1.write('B: 124本\n')
file1.write('C: 122本\n')
file1.write('D: 112本\n')
file1.close()
import wordcloud
\ No newline at end of file
import wordcloud
with open("python二级考试大纲。tvt",entcoding="utf-8") as f:
text = f.read()
w=wordcloud.Wordcloud(backgroud)
\ 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