Commit 893b825a by BellCodeEditor

save project

parent d4f6ddd4
Showing with 5 additions and 1 deletions
s=open(r"C:\Users\Administrator\Desktop\test.txt","w",encoding='utf-8')
s.write('小兰,12本\n')
s.write('小丽,11\n')
s.write('小丽,12\n')
s.write('小文,9本\n')
s.write('张伟,16本\n')
s=open(r"C:\Users\Administrator\Desktop\test.txt","w",encoding='utf-8')
s.write('小强,10本\n')
s.write('李明,15本\n')
s.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