Commit a17f2854 by BellCodeEditor

save project

parent a00a30fa
Showing with 3 additions and 2 deletions
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
with open(r'C:\Users\Think\Desktop\text.txt','a',encoding='utf-8') as a: with open(r'C:\Users\Think\Desktop\text.txt','a',encoding='utf-8') as a:
a.write("小李:2") a.write("小李:2\n")
a.write("小明:2") a.write("小明:2\n")
a.close() a.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