Commit 16831720 by BellCodeEditor

auto save

parent 59f687ca
Showing with 8 additions and 0 deletions
n=open(r"C:\Users\Administrator\Desktop\我是大聪明.txt","w",encoding="utf-8")
n.write("阿巴阿巴\n")
n.write("阿巴阿巴\n")
n.close()
n=open(r"C:\Users\Administrator\Desktop\我是大聪明.txt","a",encoding="utf-8")
n.write("abaaba\n")
n.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