Commit a1b57296 by BellCodeEditor

save project

parent 979b6f68
Showing with 5 additions and 4 deletions
nidaye=open(r'C:\Users\人\Desktop\test.txt','w',encoding='utf-8') nidaye=open(r'c:\Users\人\Desktop\sales_list.txt','w',encoding='utf-8')
nidaye.write('小王八:20本\n') p=nidaye.readlines()
nidaye.write('大王八:20本\n') print(p)
nidaye.close() nidaye.close()
\ 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