Commit c3b99192 by BellCodeEditor

save project

parent 46517228
Showing with 4 additions and 0 deletions
......@@ -2,3 +2,6 @@
file1=open(r'C:\Users\lenovo\Desktop\sss.txt','w',encoding='UTF-8')
file1.write('jkdhkdhk')
file1.close()
with open(r'C:\Users\lenovo\Desktop\sss.txt','a',encoding='UTF-8')as file
file.write'\ns1,uggguguggu;ygg')
\ 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