Commit 9f0f5e00 by BellCodeEditor

save project

parent 40d3c7d5
Showing with 3 additions and 2 deletions
ss=open(r"C:\Users\dell\Desktop\text.txt","w",encoding="utf-8")
ss.write("小兰12小丽11李文9张伟16")
ss=open(r"C:\Users\dell\Desktop\text.txt","a",encoding="utf-8")
ss.write("小兰12小丽11李文9张伟16小强12李明15")
ss.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