Commit dfdcca4d by BellCodeEditor

save project

parent 044e47ac
Showing with 2 additions and 1 deletions
...@@ -5,6 +5,6 @@ filel.write('小丽:11本\n') ...@@ -5,6 +5,6 @@ filel.write('小丽:11本\n')
filel.write('论文:9本\n') filel.write('论文:9本\n')
filel.write('123:16本\n') filel.write('123:16本\n')
filel.close() filel.close()
with open(r'C:\Users\孟凡奥\Desktop\123.txt','a',encoding='utf-8')asf\ file: with open(r'C:\Users\孟凡奥\Desktop\123.txt','a',encoding='utf-8')as file:
file.write("12:54555\n") file.write("12:54555\n")
file.write('12:6574ro67456\n') file.write('12:6574ro67456\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