Commit cad6aace by BellCodeEditor

save project

parent 0b15414c
Showing with 2 additions and 1 deletions
......@@ -3,6 +3,6 @@ filer=open(r'C:\Users\Administrator\Desktop\test.txt','w',encoding='utf=8')
filer.write("埃隆马斯克:1992389293783本")
filer.write("埃:193783本")
filer.close()
with open(r'C:\Users\Administrator\Desktop\test.txt','a',encoding='utf=8')as file:
with open(r'C:\Users\Administrator\Desktop\test.txt','a',encoding='utf=8')as filer:
filer.write("埃隆马斯克:1992389293783本\n")
filer.write("埃:193783本\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