Commit 052675e7 by BellCodeEditor

save project

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