Commit 5d627fa0 by BellCodeEditor

save project

parent b0e22c27
Showing with 4 additions and 1 deletions
file1=open(r'C:\Users\EDZ\Desktop\test.txt','w',encoding='utf-8') file1=open(r'C:\Users\EDZ\Desktop\test.txt','w',encoding='utf-8')
file1.write('kwoo')
file1.write('kwoo\n')
file1.write('k\n')
file1.close() file1.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