Commit b6e743ee by BellCodeEditor

auto save

parent b011ba71
Showing with 7 additions and 0 deletions
a=open(r'C:\Users\Administrator\Desktop\新建文本文档.txt','w',encoding='utf-8')
a.write('哈文博 150 150 150\n')
a.write('曹正轩 149 149 149\n')
a.close()
a=open(r'C:\Users\Administrator\Desktop\新建文本文档.txt','r',encoding='utf-8')
for i in a:
print(i)
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