Commit 822f03a9 by BellCodeEditor

save project

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