Commit 22b2c5c5 by BellCodeEditor

save project

parent 22225cec
Showing with 5 additions and 0 deletions
...@@ -4,3 +4,7 @@ filel.write("李卓民:6666本") ...@@ -4,3 +4,7 @@ filel.write("李卓民:6666本")
filel.write("王志睿:18本") filel.write("王志睿:18本")
filel.write("葛思诺:6本") filel.write("葛思诺:6本")
filel.close() filel.close()
with open(r'C:\Users\Windows 10\Desktop\test.txt','a',encoding='utf-8') as file:
filel.write("小兰:44本\n")
filel.write("哈哈哈:123本\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