Commit 1e3c809b by BellCodeEditor

save project

parent 97f814b6
Showing with 2 additions and 4 deletions
p=open(r'C:\Users\EDZ\Desktop\sss.txt','a',encoding='utf-8') with open(r'C:\Users\EDZ\Desktop\sss.txt','a',encoding='utf-8') as file:
p.write('hjk') file.write('sdfg')
p.close()
\ 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