Commit 0bfc598e by BellCodeEditor

save project

parent 00af4633
Showing with 5 additions and 3 deletions
file=open(r"C:\Users\Administrator\Desktop\text.txt","w",encoding="utf-8")
file.write('小兰:12本')
file.close()
with open(r"C:\Users\Administrator\Desktop\text.txt","a",encoding="utf-8") as file:
file.write('小旼:8本\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