Commit e292d580 by BellCodeEditor

save project

parent a0bbfa60
Showing with 6 additions and 1 deletions
n=open(r"C:\Users\Administrator\Desktop\我是大聪明.txt","w",encoding="utf-8")
n.write("我牛逼")
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