Commit 28050a40 by BellCodeEditor

save project

parent a5d0b4b5
Showing with 3 additions and 1 deletions
f=open(r'C:\Users\PALADE\Desktop\test.txt',"w",encoding="utf-8") f=open(r'C:\Users\PALADE\Desktop\test.txt',"a",encoding="utf-8")
f.write("小明:12本") f.write("小明:12本")
f.close() f.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