Commit 04df48f6 by BellCodeEditor

save project

parent 97b77d40
Showing with 8 additions and 2 deletions
......@@ -7,4 +7,10 @@ file.write('vgh')
file.close()
with open(r'C:\Users\makcoo\Desktop\test.txt','w',encoding='utf-8') as file:
file.write('gggg')
\ No newline at end of file
file.write('gggg')
file=open(r'C:\Users\makcoo\Desktop\test.txt','w',encoding='utf-8')
q=file.read()
print(q)
file.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