Commit 06ff2e05 by BellCodeEditor

save project

parent fe0b3296
Showing with 6 additions and 4 deletions
#file=open(r"C:\Users\Administrator\Desktop\text.txt",'w',encoding="utf-8")
#file.write('j:1ben\n')
#file.write('n:2ben\n')
file=open(r"C:\Users\Administrator\Desktop\text.txt",'a',encoding="utf-8")
file.write('jntm')
file.close()
\ No newline at end of file
#file=open(r"C:\Users\Administrator\Desktop\text.txt",'a',encoding="utf-8")
#file.write('jntm')
#file.close()
with open(r"C:\Users\Administrator\Desktop\text.txt",'w',encoding="utf-8")as file:
file.write("xm:1\n")
\ 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