Commit 3776bdb7 by BellCodeEditor

save project

parent 131d988c
Showing with 3 additions and 2 deletions
...@@ -3,4 +3,5 @@ f = open(r"C:\Users\双师12\Desktop\Microsoft 捐赠.txt","w",encoding = "utf-8 ...@@ -3,4 +3,5 @@ f = open(r"C:\Users\双师12\Desktop\Microsoft 捐赠.txt","w",encoding = "utf-8
f.write("小兰:12") f.write("小兰:12")
f.write("小丽:11") f.write("小丽:11")
f.write("李文:9") f.write("李文:9")
f.write("张伟:16") f.write("张伟:16")
\ No newline at end of file f.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