Commit 78b1a4e2 by BellCodeEditor

auto save

parent b798d65d
Showing with 6 additions and 3 deletions
liuyuace=open(r'C:\Users\Administrator\Desktop\aaa.txt','a',encoding='utf-8')
liuyuace.write('小红12本\n')
liuyuace.write('李泽宇19本')
liuyuace=open(r'C:\Users\Administrator\Desktop\aaa.txt','r',encoding='utf-8')
#liuyuace.write('小红12本\n')
#liuyuace.write('李泽宇19本')
for yy in liuyuace:
print(yy)
liuyuace.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