Commit 91dc1499 by BellCodeEditor

save project

parent 85f72292
Showing with 6 additions and 3 deletions
......@@ -4,6 +4,9 @@
#file.close()
file=open(r"C:\Users\zz\Desktop\sb.txt.txt","a",encoding="utf-8")
file.write("舟舟:15本\n")
file.close()
#file=open(r"C:\Users\zz\Desktop\sb.txt.txt","a",encoding="utf-8")
#file.write("舟舟:15本\n")
#file.close()
with open(r"C:\Users\zz\Desktop\sb.txt.txt","a",encoding="utf-8")as file:
file.write("舟舟:15本\n")
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