Commit b838783c by BellCodeEditor

save project

parent 31e2b90f
Showing with 6 additions and 5 deletions
asq=open(r"C:\Users\Administrator\Desktop\fdf.txt","w",encoding="utf-8")
asq.write("小蓝:12")
asq.close()
\ No newline at end of file
# asq=open(r"C:\Users\Administrator\Desktop\fdf.txt","w",encoding="utf-8")
# asq.write("小蓝:12")
# asq.close()
with open(r"C:\Users\Administrator\Desktop\fdf.txt","a",encoding="utf-8")as asq:
asq.write("小蓝:12\n小机:6\n小笑:5\n")
\ 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