Commit fb56bcce by BellCodeEditor

save project

parent 06bc4599
Showing with 5 additions and 0 deletions
...@@ -2,3 +2,7 @@ ...@@ -2,3 +2,7 @@
file1=open(r'C:\Users\dell\Desktop\a.txt','w',encoding='utf-8') file1=open(r'C:\Users\dell\Desktop\a.txt','w',encoding='utf-8')
file1.write('sb:33333333333333333333333333333333埄\n') file1.write('sb:33333333333333333333333333333333埄\n')
file1.close() file1.close()
with open(r'C:\Users\dell\Desktop\a.txt','a',encoding='utf-8')as file
file.write('sb:333333333333333333埄\n')
file.write('sb:33333333333333333333333333333333cccc\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