Commit 3a55125c by BellCodeEditor

save project

parent 529240b2
Showing with 2 additions and 2 deletions
K=open(r"C:\Users\ASUS\Desktop\test.txt","w",encoding="utf-8") K=open(r"C:\Users\ASUS\Desktop\test.txt","a",encoding="utf-8")
K=open(r"C:\Users\ASUS\Desktop\test.txt","w",encoding="utf-8") K=open(r"C:\Users\ASUS\Desktop\test.txt","a",encoding="utf-8")
K.write("小兰:12\n") K.write("小兰:12\n")
K.write("小丽:11\n") K.write("小丽:11\n")
K.write("李文:9\n") K.write("李文:9\n")
......
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