Commit 5b4fa221 by BellCodeEditor

auto save

parent 1b66136c
Showing with 4 additions and 0 deletions
...@@ -4,3 +4,6 @@ q.write('a:12') ...@@ -4,3 +4,6 @@ q.write('a:12')
q.write('b:11') q.write('b:11')
q.write('c:9') q.write('c:9')
q.close() q.close()
with open("C:\Users\Admin\Desktop\1") as q
q.write('a:12')
q.write('b:11')
\ 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