Commit 499799bc by BellCodeEditor

auto save

parent e33afe11
Showing with 3 additions and 3 deletions
......@@ -3,5 +3,5 @@
# f.write(xxx:xx本)
# f.close()
with open(r"C:\Users\栩栩\Desktop\捐赠明细.txt","a",encoding="utf-8") as f:
f.write("小兰:5本/n")
\ No newline at end of file
with open(r"C:\Users\栩栩\Desktop\捐赠明细2.txt","a",encoding="utf-8") as f:
f.write("小兰:5本\n")
\ 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