Commit 6d261686 by BellCodeEditor

auto save

parent 93695532
Showing with 1 additions and 1 deletions
ww=open(r'c:\Users\29018\Documents\lesson13-1\sales_list.txt','w',encoding='utf-8')
ww=open(r'c:\Users\29018\Documents\lesson13-1\sales_list.txt','w····',encoding='utf-8')
ww.write('悟空 122 34 67\n积极 23 90 89')
ww.close()
ww=open(r'c:\Users\29018\Documents\lesson13-1\sales_list.txt','r',encoding='utf-8')
......
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