Commit c67f1447 by BellCodeEditor

save project

parent 4ee7cf59
Showing with 3 additions and 3 deletions
a=open(r'C:\Users\mk\Desktop\111\没钱.txt','w',encoding="utf-8")
a.write('experiment')
a.close()
with open(r'C:\Users\mk\Desktop\111\没钱.txt','a',encoding="utf-8") as a:
a.write('experiment')
......
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