Commit 94b4caa1 by BellCodeEditor

save project

parent 3a55125c
Showing with 3 additions and 1 deletions
K=open(r"C:\Users\ASUS\Desktop\test.txt","a",encoding="utf-8") K=open(r"C:\Users\ASUS\Desktop\test.txt","a",encoding="utf-8")
...@@ -3,3 +3,4 @@ K.write("小兰:12\n") ...@@ -3,3 +3,4 @@ K.write("小兰:12\n")
K.write("小丽:11\n") K.write("小丽:11\n")
K.write("李文:9\n") K.write("李文:9\n")
K.write("张伟:16\n") K.write("张伟:16\n")
K.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