Commit 43917e88 by BellCodeEditor

save project

parent 18963d03
Showing with 2 additions and 2 deletions
...@@ -5,5 +5,5 @@ filel=open(r'C:\Users\Administrator\Desktop\tese.txt','w',encodong='utf-8') ...@@ -5,5 +5,5 @@ filel=open(r'C:\Users\Administrator\Desktop\tese.txt','w',encodong='utf-8')
filel.write('12') filel.write('12')
filel.close() filel.close()
with open(r'C:\Users\Administrator\Desktop\tese.txt','a',encodong='utf-8') as filel: with open(r'C:\Users\Administrator\Desktop\tese.txt','a',encodong='utf-8') as filel:
file.write('12\n') filel.write('12\n')
file.close() filel.close()
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