Commit 5b4fa221 by BellCodeEditor

auto save

parent 1b66136c
Showing with 5 additions and 2 deletions
...@@ -3,4 +3,7 @@ q=open("C:\Users\Admin\Desktop\1") ...@@ -3,4 +3,7 @@ q=open("C:\Users\Admin\Desktop\1")
q.write('a:12') q.write('a:12')
q.write('b:11') q.write('b:11')
q.write('c:9') q.write('c:9')
q.close() q.close()
\ No newline at end of file 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