Commit d721c53a by BellCodeEditor

save project

parent 5b4fa221
Showing with 2 additions and 5 deletions
...@@ -3,7 +3,4 @@ q=open("C:\Users\Admin\Desktop\1") ...@@ -3,7 +3,4 @@ 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()
with open("C:\Users\Admin\Desktop\1") as q \ No newline at end of file
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