Commit f2c153fc by BellCodeEditor

save project

parent 6ad6787e
Showing with 2 additions and 1 deletions
...@@ -5,6 +5,6 @@ ...@@ -5,6 +5,6 @@
#file1.write('C:12\n') #file1.write('C:12\n')
#file1.write('D:12\n') #file1.write('D:12\n')
#file1.close() #file1.close()
with open(r'C:\\Users\\BBTC\\Desktop\\test.txt','w',encoding='utf-8')as file: with open(r'C:\\Users\\BBTC\\Desktop\\test.txt','a',encoding='utf-8')as file:
file.write('E:10\n') file.write('E:10\n')
file.write('F:15\n') file.write('F:15\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